Author: jstrachan
Date: Tue Sep  4 14:57:43 2012
New Revision: 1380676

URL: http://svn.apache.org/viewvc?rev=1380676&view=rev
Log:
removed pertest forking for CAMEL-5447 in the hope we can close the issue now

Modified:
    camel/trunk/components/camel-cdi/pom.xml

Modified: camel/trunk/components/camel-cdi/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-cdi/pom.xml?rev=1380676&r1=1380675&r2=1380676&view=diff
==============================================================================
--- camel/trunk/components/camel-cdi/pom.xml (original)
+++ camel/trunk/components/camel-cdi/pom.xml Tue Sep  4 14:57:43 2012
@@ -112,16 +112,6 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <forkMode>pertest</forkMode>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 
     <profiles>
         <profile>


Reply via email to