You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ga...@apache.org on 2010/06/28 22:36:50 UTC

svn commit: r958714 - /axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

Author: gawor
Date: Mon Jun 28 20:36:49 2010
New Revision: 958714

URL: http://svn.apache.org/viewvc?rev=958714&view=rev
Log:
redirect test output to files

Modified:
    axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml?rev=958714&r1=958713&r2=958714&view=diff
==============================================================================
--- axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Mon Jun 28 20:36:49 2010
@@ -1330,6 +1330,12 @@
                     <failOnError>false</failOnError>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>