Author: gnodet
Date: Mon Mar 10 01:32:02 2008
New Revision: 635467
URL: http://svn.apache.org/viewvc?rev=635467&view=rev
Log:
Add failIfNoTests=false flag
Modified:
servicemix/smx4/nmr/trunk/pom.xml
Modified: servicemix/smx4/nmr/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=635467&r1=635466&r2=635467&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Mar 10 01:32:02 2008
@@ -266,6 +266,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
+ <configuration>
+ <failIfNoTests>false</failIfNoTests>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>