On 4/25/07, monsterkhan <[EMAIL PROTECTED]> wrote:

Some of my unit tests are failing wehn I run a maven builf and this results
in a failed build. Is there a way so tht the build doesnt fail and the
surefire reports gets generated even when a few tests fail?

tried a few options but nothings seems to work.

Configure the plugin with testFailureIgnore set to true.

http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#testFailureIgnore

I think it also works on the command line with -Dtest.failure.ignore=true

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to