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 br...@apache.org on 2008/05/22 09:59:31 UTC

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

Author: brett
Date: Thu May 22 00:59:31 2008
New Revision: 659034

URL: http://svn.apache.org/viewvc?rev=659034&view=rev
Log:
[WAGON-213] redirect test output to file
Submitted by: Jason Dillon

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=659034&r1=659033&r2=659034&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Thu May 22 00:59:31 2008
@@ -102,6 +102,14 @@
             <tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.4.2</version>
+          <configuration>
+            <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>



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