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 > -- View this message in context: http://www.nabble.com/weird-surefire-test-failure-while-all-tests-succeed-tf2116002.html#a5866246 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
