Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm running Maven 2.2.1 and it's returning an exit code of -1 even though it states that the build is successful. Anyone know what causes this exit code to occur as it's breaking our build process?

As a further tidbit of information MVN is being called from our MS TFS build server which is where this problem occurs. If I can MVN from the command line the exit code is 0.

Here's the Reactor Summary:

[INFO] ------------------------------------------------------------------------
  [INFO] Reactor Summary:
  [INFO] ------------------------------------------------------------------------
  [INFO] Aquarius Web App ...................................... SUCCESS [6.655s]
  [INFO] Aquarius Flex Library ................................. SUCCESS [1:26.329s]
  [INFO] Aquarius Flex Application ............................. SUCCESS [31.412s]
  [INFO] Aquarius Web Archive .................................. SUCCESS [5:22.484s]
  [INFO] ------------------------------------------------------------------------
  [INFO] ------------------------------------------------------------------------
  [INFO] BUILD SUCCESSFUL
  [INFO] ------------------------------------------------------------------------
  [INFO] Total time: 8 minutes 34 seconds
  [INFO] Finished at: Mon Oct 25 10:19:50 BST 2010
  [INFO] Final Memory: 62M/225M
  [INFO] ------------------------------------------------------------------------
share|improve this question
Are you having failed tests?What phase did you call mvn test or mvn package ? – khmarbaise Oct 25 '10 at 9:11
1  
Perhaps you could post the last 10 or so lines of output? Possibly using the -X flag? – Sean Patrick Floyd Oct 25 '10 at 9:12
As far as I can see I have no failures but I do have a number of warnings. – David Collie Oct 25 '10 at 9:36
@khmarbaise it was mvn package. – David Collie Oct 25 '10 at 9:44
How do you check the exit code (windows / linux?) ? Have you called mvn, cause mvn on windows is a batch file which has to be called to get a correct return code (As far as i can remember not sure?) – khmarbaise Oct 25 '10 at 10:20
show 4 more comments

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.