On 9 December 2010 11:10, Rémy <remy.tempora...@gmail.com> wrote:

>
> Hi,
>
> It doesn't work, and there is no option testErrorIgnore... I'm surprised
> not
> to have the same behavior with Maven 2 and Maven 3.
>

FYI... just tried this locally with Maven3 and Surefire 2.5 (and 2.6) and:

   -Dmaven.test.failure.ignore

on the command does ignore test errors, and I can get the same using:

   <testFailureIgnore>true</testFailureIgnore>

in the Surefire plugin configuration in the Maven POM

unfortunately this doesn't explain why you get different results :/

to do that you'd need to capture the output of "mvn clean test
-X" which you
could then attach to an issue on http://jira.codehaus.org/browse/SUREFIRE

Thanks.
>
> Rémy
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Maven-3-Sufire-2-6-errors-tp3297429p3298743.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Cheers, Stuart

Reply via email to