You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by be...@apache.org on 2009/06/26 20:42:18 UTC

svn commit: r788815 - /maven/wagon/trunk/pom.xml

Author: bentmann
Date: Fri Jun 26 18:42:18 2009
New Revision: 788815

URL: http://svn.apache.org/viewvc?rev=788815&view=rev
Log:
o Moved Surefire config to property for easy override during CI

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=788815&r1=788814&r2=788815&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Fri Jun 26 18:42:18 2009
@@ -165,6 +165,10 @@
     <module>wagon-provider-test</module>
   </modules>
 
+  <properties>
+    <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -243,13 +247,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
           <!-- the one in maven-parent-10 and after is no longer backward compatible-->



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org