[jbossws-commits] JBossWS SVN: r13809 - stack/cxf/trunk/modules/addons/transports/http/httpserver.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 28 09:04:27 EST 2011


Author: richard.opalka at jboss.com
Date: 2011-02-28 09:04:26 -0500 (Mon, 28 Feb 2011)
New Revision: 13809

Modified:
   stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
Log:
better maven-surefire-plugin defaults

Modified: stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2011-02-28 14:02:13 UTC (rev 13808)
+++ stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2011-02-28 14:04:26 UTC (rev 13809)
@@ -87,15 +87,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <failIfNoTests>false</failIfNoTests>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>



More information about the jbossws-commits mailing list