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>


Reply via email to