I am using Maven v2.2.1 on my linux box. I have a build script that invokes mvn and does something based on the build status. I noticed that the exit status code is set to 0 irrespective of whether the mvn build fails or succeeds.

I also came across http://jira.codehaus.org/browse/MNG-3651 which claims that the issue is fixed in v2.1.0-M1. Has anyone else noticed this?

Thx!

link|improve this question
Related to stackoverflow.com/questions/1375133/… – Raghuram Apr 26 '11 at 10:41
I'm wondering if Maven is distinguishing between a build error and a build failure. A build error would be a problem with environment, or defect in Maven itself. A build failure would be something like a compilation issue, where Maven didn't error out, it just was able to perform compilation. – Andy Pryor Apr 26 '11 at 16:14
facing similar issues with maven 2.0.9 if you resolved the issue, please post the solution. – Preet Oct 12 '11 at 13:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.