> I would like to suggest that Maven returns a non-zero return code when > a build fails. We use Gump for continuous builds and this uses the > return code to post success or failure messages in its build summary. > > Dave
I think this would be pretty easy by adding a System.exit(100) in maven.app.App.doMain() on anything other than a successful compile. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
