Re: HELP! Maven builds don't show error messages when run under Jenkins...

2016-09-04 Thread Karl Heinz Marbaise
Hi, The basic problem with you build what i can identify from the output is: [WARNING] The POM for com.mycompany.serviceclients:xapi-service:jar:1.4.1-20130823.222403-1 is missing, no dependency information available THis means your configuration for proxy/repository manager etc. seemed to

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2016-09-04 Thread Vineet Yadav
please provide permission on your project . On Saturday, August 24, 2013 at 4:42:00 AM UTC+5:30, Jeff Vincent wrote: > > I have a new Jenkins installation (1 master + 1 slave so far). I have > about 8 Maven jobs so far. When a build fails, the maven errors aren't > shown, I only see INFO messa

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-11-07 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html On 24 August 2013 00:12, Jeff wrote: > I have a new Jenkins installation (1 master + 1 slave so far). I have > about 8 Maven jobs so far. When a build fails, the maven errors aren't > shown, I only see INFO m

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-11-06 Thread Clint Bodine
FWIW, we recently upgraded to Jenkins 1.534 and just ran into this problem. On Monday, September 23, 2013 1:17:55 AM UTC-6, Vincent Latombe wrote: > > See https://issues.jenkins-ci.org/browse/JENKINS-19352 > > Vincent > > > 2013/9/23 Felix Riegger > > >> Hi Vincent, >> >> we are on 1.531 now, but

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-09-23 Thread Vincent Latombe
See https://issues.jenkins-ci.org/browse/JENKINS-19352 Vincent 2013/9/23 Felix Riegger > Hi Vincent, > > we are on 1.531 now, but the problem is still present. Is there a ticket > to this problem? > > Kind regards, > Felix > > > On Saturday, August 24, 2013 8:55:34 AM UTC+2, Vincent Latombe wr

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-09-23 Thread Felix Riegger
Hi Vincent, we are on 1.531 now, but the problem is still present. Is there a ticket to this problem? Kind regards, Felix On Saturday, August 24, 2013 8:55:34 AM UTC+2, Vincent Latombe wrote: > > Hi Jeff, > > it's a bug introduced in core/maven-plugin a few versions ago. I think I > saw a comm

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-08-24 Thread Jeff
Thanks for the feedback...and yeah, the "clean install deploy" is redundant for the "install" part, but in most cases install is often the end goal and I type it out of habit. As long as I know it's getting worked on, I'm happy to continue on. On Sat, Aug 24, 2013 at 6:06 AM, Baptiste Mathus wr

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-08-24 Thread Baptiste Mathus
Unrelated, but having "clean install deploy" as goals is wasteful. You should do only "clean deploy" as deploy actually includes the 'install' part. Cheers Le 24 août 2013 08:55, "Vincent Latombe" a écrit : > Hi Jeff, > > it's a bug introduced in core/maven-plugin a few versions ago. I think I

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-08-23 Thread Vincent Latombe
Hi Jeff, it's a bug introduced in core/maven-plugin a few versions ago. I think I saw a commit fixing it this week so it will released either with 1.530 or 1.531. If you are starting with Jenkins, I can only recommend you to install the LTS version rather than the latest version. This will avoid

HELP! Maven builds don't show error messages when run under Jenkins...

2013-08-23 Thread Jeff
I have a new Jenkins installation (1 master + 1 slave so far). I have about 8 Maven jobs so far. When a build fails, the maven errors aren't shown, I only see INFO messages, which seems very odd. If I run the maven command on the jenkins system directly, I see the errors. In the maven options,