RE: How to make Continuum continue with the build even if there are some errors or failures?

2008-02-15 Thread Drummond Daren - dadrum
Sameh, As part of your build goal you can try adding the maven -fae parameter. This will cause Maven to save the failures until after all of the build lifecycle has executed. Daren Drummond Director of Platform Engineering Acxiom Digital [EMAIL PROTECTED] www.acxiomdigital.com Phone:

RE: How to make Continuum continue with the build even if there are some errors or failures?

2008-02-11 Thread Tawfik, Sameh E
The -Dmaven.tests.ignore.failure=true might be working per module, meaning it could be running all the tests that relate to one module even if it encounters some error or failure on some tests, but the problem is the exit code that Continuum detects from this run. So, if there is a method to