Author: chirino
Date: Thu May 29 10:50:25 2008
New Revision: 661419
URL: http://svn.apache.org/viewvc?rev=661419&view=rev
Log:
Make it a little easier to build camel without running the tests.. this will
now work:
mvn install -Dtest=false
Modified:
activemq/camel/trunk/pom.xml
Modified: activemq/camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=661419&r1=661418&r2=661419&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu May 29 10:50:25 2008
@@ -1004,6 +1004,7 @@
<!--forkMode>pertest</forkMode-->
<childDelegation>false</childDelegation>
<useFile>true</useFile>
+ <failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
</plugins>