RE: compiler errors hidden when building Maven project on Jenkins

2012-02-15 Thread Nord, James
Moving to Jenkins-dev (if anyone wants to follow there) I say no - except if you use any plugin that behind the scenes changes the configuration of the mojos you run. I'm open for someone to convince me I'm wrong though. I haven't taken an in depth look but IIRC a Jenkins plugin can't

Re: compiler errors hidden when building Maven project on Jenkins

2012-02-15 Thread Stephen Connolly
On 15 February 2012 09:06, Nord, James jn...@nds.com wrote: Moving to Jenkins-dev (if anyone wants to follow there) I say no - except if you use any plugin that behind the scenes changes the configuration of the mojos you run. I'm open for someone to convince me I'm wrong though. I

compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
I've asked this question on the Jenkins email list a week ago (where I think it belongs) and on StackOverflow, but I've gotten no results. I know this isn't a Maven issue per se' because a local build does show compiler syntax errors, but I'm at wits end and hoping someone on this list may

Re: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Olivier Lamy
2012/2/14 Drury, Tim t.dr...@sap.com: I've asked this question on the Jenkins email list a week ago (where I think it belongs) and on StackOverflow, but I've gotten no results.  I know this isn't a Maven issue per se' because a local build does show compiler syntax errors, but I'm at wits

Re: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Stephen Connolly
On 14 February 2012 14:54, Olivier Lamy ol...@apache.org wrote: 2012/2/14 Drury, Tim t.dr...@sap.com: I've asked this question on the Jenkins email list a week ago (where I think it belongs) and on StackOverflow, but I've gotten no results.  I know this isn't a Maven issue per se' because a

RE: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Drury, Tim
And the OP is probably using the evil Maven project type and not a freestyle project with a maven build step I am. Is this bad? -tim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

RE: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Nord, James
by changing mojo parameters on the fly anymore if you use Maven 3.x (in a Maven2 job). /James -Original Message- From: Drury, Tim [mailto:t.dr...@sap.com] Sent: 14 February 2012 16:14 To: Maven Users List Subject: RE: compiler errors hidden when building Maven project on Jenkins

Re: compiler errors hidden when building Maven project on Jenkins

2012-02-14 Thread Stephen Connolly
on the CLI then you are recalling incorrectly :-P /James -Original Message- From: Drury, Tim [mailto:t.dr...@sap.com] Sent: 14 February 2012 16:14 To: Maven Users List Subject: RE: compiler errors hidden when building Maven project on Jenkins And the OP is probably using the evil