Author: borges
Date: 2011-05-12 07:27:32 -0400 (Thu, 12 May 2011)
New Revision: 10639
Modified:
trunk/pom.xml
Log:
mvn: Do run all tests
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-12 03:44:06 UTC (rev 10638)
+++ trunk/pom.xml 2011-05-12 11:27:32 UTC (rev 10639)
@@ -467,6 +467,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4</version>
<configuration>
+ <testFailureIgnore>true</testFailureIgnore>
<runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
Show replies by date