Re: Maven does not fail builds whit test failures.

2012-04-25 Thread Maven User
This is actually pretty normal. Generally Hudson/Jenkins OOTB mark builds unstable if the tests fail. Try adding -Dmaven.test.failure.ignore=true to your maven command line - but be forewarned - there will likely be other parts of the job that won't run and I wonder how many artifacts will be a

Maven does not fail builds whit test failures.

2012-04-17 Thread Erick Dovale
Folks, I am seeing the maven plugin is acting weirdly when there are test failures. I have some post build steps defined with the option to run only when build succeeds checked and they still run. Has any one experience this problem? I am running jenkins 1.459. Thanks. Erick.