Author: hadrian
Date: Fri Jul  9 04:14:30 2010
New Revision: 962396

URL: http://svn.apache.org/viewvc?rev=962396&view=rev
Log:
CAMEL-2925. Set forkMode=once

Modified:
    camel/trunk/examples/camel-example-cxf/pom.xml
    camel/trunk/examples/camel-example-loan-broker/pom.xml
    camel/trunk/examples/camel-example-route-throttling/pom.xml

Modified: camel/trunk/examples/camel-example-cxf/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf/pom.xml?rev=962396&r1=962395&r2=962396&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf/pom.xml (original)
+++ camel/trunk/examples/camel-example-cxf/pom.xml Fri Jul  9 04:14:30 2010
@@ -289,7 +289,7 @@
                        <plugin>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
-                                       <forkMode>pertest</forkMode>
+                                       <forkMode>once</forkMode>
                                        <childDelegation>false</childDelegation>
                                        <useFile>true</useFile>
                                        <includes>

Modified: camel/trunk/examples/camel-example-loan-broker/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loan-broker/pom.xml?rev=962396&r1=962395&r2=962396&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loan-broker/pom.xml (original)
+++ camel/trunk/examples/camel-example-loan-broker/pom.xml Fri Jul  9 04:14:30 
2010
@@ -142,7 +142,7 @@
                        <plugin>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
-                                       <forkMode>pertest</forkMode>
+                                       <forkMode>once</forkMode>
                                        <childDelegation>false</childDelegation>
                                        <useFile>true</useFile>
                                        <includes>

Modified: camel/trunk/examples/camel-example-route-throttling/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-route-throttling/pom.xml?rev=962396&r1=962395&r2=962396&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-route-throttling/pom.xml (original)
+++ camel/trunk/examples/camel-example-route-throttling/pom.xml Fri Jul  9 
04:14:30 2010
@@ -154,7 +154,7 @@
             <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
-                 <forkMode>pertest</forkMode>
+                 <forkMode>once</forkMode>
                  <childDelegation>false</childDelegation>
                  <useFile>true</useFile>
                  <includes>


Reply via email to