You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ja...@apache.org on 2009/04/01 18:35:54 UTC

svn commit: r760957 - /activemq/activeio/trunk/pom.xml

Author: janstey
Date: Wed Apr  1 16:35:53 2009
New Revision: 760957

URL: http://svn.apache.org/viewvc?rev=760957&view=rev
Log:
add failIfNoTests=false config to surefire

Modified:
    activemq/activeio/trunk/pom.xml

Modified: activemq/activeio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activeio/trunk/pom.xml?rev=760957&r1=760956&r2=760957&view=diff
==============================================================================
--- activemq/activeio/trunk/pom.xml (original)
+++ activemq/activeio/trunk/pom.xml Wed Apr  1 16:35:53 2009
@@ -242,6 +242,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.2</version>
+          <configuration>
+            <failIfNoTests>false</failIfNoTests>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>