You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2012/09/04 16:57:43 UTC

svn commit: r1380676 - /camel/trunk/components/camel-cdi/pom.xml

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>