Author: davsclaus
Date: Fri May 25 13:54:56 2012
New Revision: 1342625
URL: http://svn.apache.org/viewvc?rev=1342625&view=rev
Log:
CAMEL-5307: Fixed camel-test-blueprint deadlock issue.
Modified:
camel/trunk/components/camel-test-blueprint/pom.xml
Modified: camel/trunk/components/camel-test-blueprint/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-test-blueprint/pom.xml?rev=1342625&r1=1342624&r2=1342625&view=diff
==============================================================================
--- camel/trunk/components/camel-test-blueprint/pom.xml (original)
+++ camel/trunk/components/camel-test-blueprint/pom.xml Fri May 25 13:54:56 2012
@@ -137,17 +137,4 @@
</dependencies>
- <build>
- <plugins>
- <!-- TODO: use per test fork mode as otherwise this component fails -->
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>pertest</forkMode>
- <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>