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>