On 23 Apr 2015, at 17:12, Kevin Burton wrote: > My understanding , is that I can enable this, but then the result of the > run is a successful build? Is that true? > > what’s the easiest way to set this up?
You could use: mvn --fail-at-end which will run all modules regardless of if any fail, and only fail the "build" at the end. or mvn --fail-never if you want to run everything, but have the build "succeed" and some other process looks at the logs... Does that help? Mark -- Mark Derricutt http://www.theoryinpractice.net http://www.chaliceofblood.net http://plus.google.com/+MarkDerricutt http://twitter.com/talios http://facebook.com/mderricutt
signature.asc
Description: OpenPGP digital signature
