Author: brett
Date: Fri Jun 30 00:18:52 2006
New Revision: 418187
URL: http://svn.apache.org/viewvc?rev=418187&view=rev
Log:
use childDelegation for correct plexus-utils
Modified:
maven/surefire/trunk/pom.xml
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=418187&r1=418186&r2=418187&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Fri Jun 30 00:18:52 2006
@@ -107,6 +107,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
+ <childDelegation>true</childDelegation>
<jvm>${JAVA_1_3_HOME}/bin/java</jvm>
</configuration>
</plugin>