tomiq wrote:
>
> 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.
>
> berndq wrote:
>>
>> you can use
>> mvn -Dmaven.test.failure.ignore=true test
>> to ignore test failures
>>
>
>
Good day to you, tomiq,
The latest builds are in [1], and their source code is in [2]...specifically
for maven-surefire-plugin, the latest build is in [3] while its source code
is in [4]. You might also want to take a look at the latest documentation
(which is still being reviewed) which is [5].
[1] http://people.apache.org/
[2] http://svn.apache.org/repos/asf/
[3]
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-surefire-
[4]
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-surefire-plugin/
[5] http://people.apache.org/~aramirez/maven-surefire-plugin/
Thanks,
Franz
--
View this message in context:
http://www.nabble.com/weird-surefire-test-failure-while-all-tests-succeed-tf2116002.html#a5867408
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]