Author: davsclaus
Date: Fri May 25 14:22:46 2012
New Revision: 1342636
URL: http://svn.apache.org/viewvc?rev=1342636&view=rev
Log:
CAMEL-5307: Fixed camel-test-blueprint deadlock issue.
Modified:
camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
Modified:
camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml?rev=1342636&r1=1342635&r2=1342636&view=diff
==============================================================================
---
camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
(original)
+++
camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml
Fri May 25 14:22:46 2012
@@ -106,14 +106,10 @@
</configuration>
</plugin>
- <!-- must use fork mode pertest for unit testing with
camel-test-blueprint -->
<plugin>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin-version}</version>
- <configuration>
- <forkMode>pertest</forkMode>
- </configuration>
</plugin>
<!-- to run the example using mvn camel:run -->