You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/05/31 10:15:17 UTC

svn commit: r410460 - /maven/continuum/trunk/continuum-core-it/pom.xml

Author: evenisse
Date: Wed May 31 01:15:17 2006
New Revision: 410460

URL: http://svn.apache.org/viewvc?rev=410460&view=rev
Log:
Use childDelegation instead of none fork

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core-it/pom.xml?rev=410460&r1=410459&r2=410460&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Wed May 31 01:15:17 2006
@@ -18,7 +18,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <forkMode>never</forkMode> <!-- required because if we fork plexus-utils-1.1 is used and we need 1.2 -->
+          <childDelegation>true</childDelegation>
         </configuration>
       </plugin>
     </plugins>