Hi tomiq :
Thanx :) It's useful, but it is just a workaround - if this option is enabled
then also regulary failing tests are treated succesful so the maven build
continues. These tests are quite simple and work fine among the team so I
suppose there is a bug somewhere (in surefire maven plugin(?)).
The issue that surefire's tests fail at global while none is failing repeats
on my machine on every project I tried to test with maven.
However I will try the latest surefire snapshot if I get rid of proper maven
configuration. (so it downloads and installs the snapshot itself - can you
point me to the place where these information is stored? thanx.) If it
doesn't work I will try to debug surefire plugin.

Looking at surefire plugin the code is really simple.
Just guessing: One way I can think of a false negative is that the execution of one
of your tests fails (class loading problems, ...) and therefore the
tests fail globally.

Do all of your tests get executed? Have you tried to remove some of
them temporarily?

Have you tried mvn -e or mvn -X?

I do not know how this snapshot thing works in detail, but I
think this is a starting point:
http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins

Bernd

berndq wrote:
you can use
   mvn -Dmaven.test.failure.ignore=true test
to ignore test failures




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

Reply via email to