Author: richard.opalka(a)jboss.com
Date: 2011-02-28 09:02:13 -0500 (Mon, 28 Feb 2011)
New Revision: 13808
Modified:
maven/parent/trunk/pom.xml
Log:
better maven-surefire-plugin defaults
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2011-02-27 03:11:55 UTC (rev 13807)
+++ maven/parent/trunk/pom.xml 2011-02-28 14:02:13 UTC (rev 13808)
@@ -88,6 +88,12 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <failIfNoTests>false</failIfNoTests>
+ </configuration>
+ </plugin>
</plugins>
<!-- PluginManagement -->
Show replies by date