Author: ccustine
Date: Wed Jan 28 17:29:51 2009
New Revision: 738560
URL: http://svn.apache.org/viewvc?rev=738560&view=rev
Log:
Removing forkmode change added for debugging. Shouldn't have been committed.
Modified:
servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=738560&r1=738559&r2=738560&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Wed
Jan 28 17:29:51 2009
@@ -150,7 +150,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkMode>never</forkMode>
<workingDirectory>${basedir}</workingDirectory>
<includes>
<include>**/*Test.*</include>