You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by ca...@apache.org on 2006/06/18 22:47:17 UTC

svn commit: r415194 - /maven/surefire/trunk/pom.xml

Author: carlos
Date: Sun Jun 18 13:47:17 2006
New Revision: 415194

URL: http://svn.apache.org/viewvc?rev=415194&view=rev
Log:
Use childDelegation to true so tests use current code instead of installed Surefire code

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=415194&r1=415193&r2=415194&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Jun 18 13:47:17 2006
@@ -59,6 +59,12 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <childDelegation>true</childDelegation>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.3</source>
@@ -108,4 +114,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>