Re: Why would a surefire failure terminate/fail one module in a multimodule build and not another

2012-11-29 Thread Kristian Rosenvold
You might give 2.13-SNAPSHOT a spin since the termination logic was improved and a few minor bugs were fixed. Kristian module > module-b had a test error, failed the module and moved on to the next module > module-c built normally > > I have artifacts for A and C but not B. I see nothing in th

Why would a surefire failure terminate/fail one module in a multimodule build and not another

2012-11-29 Thread Peter Kahn
Hi all, I have a multiple module build that I run thusly: mvn --fail-never --batch-mode -U -Dmaven.test.failure.ignore clean install At the end of the process my build system scans tests results reporting fail / pass. module-a had a test error and continued to package its artifacts and move on t