You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/03/08 10:52:45 UTC

svn commit: r920252 - /camel/trunk/pom.xml

Author: ningjiang
Date: Mon Mar  8 09:52:45 2010
New Revision: 920252

URL: http://svn.apache.org/viewvc?rev=920252&view=rev
Log:
Fork a JVM per the test

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=920252&r1=920251&r2=920252&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Mon Mar  8 09:52:45 2010
@@ -404,7 +404,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <!--forkMode>pertest</forkMode-->
+          <forkMode>pertest</forkMode>
           <childDelegation>false</childDelegation>
           <useFile>true</useFile>
           <failIfNoTests>false</failIfNoTests>