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:04:14 UTC

svn commit: r958697 - /axis/axis2/java/core/trunk/modules/parent/pom.xml

Author: gawor
Date: Mon Jun 28 20:04:13 2010
New Revision: 958697

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

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=958697&r1=958696&r2=958697&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Mon Jun 28 20:04:13 2010
@@ -1308,6 +1308,12 @@
                     <failOnError>false</failOnError>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>