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>


Reply via email to