You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/01/26 23:38:06 UTC

svn commit: r1236423 - /maven/surefire/trunk/maven-surefire-common/pom.xml

Author: krosenvold
Date: Thu Jan 26 22:38:05 2012
New Revision: 1236423

URL: http://svn.apache.org/viewvc?rev=1236423&view=rev
Log:
o Redirected test output to file

Modified:
    maven/surefire/trunk/maven-surefire-common/pom.xml

Modified: maven/surefire/trunk/maven-surefire-common/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-common/pom.xml?rev=1236423&r1=1236422&r2=1236423&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-common/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-common/pom.xml Thu Jan 26 22:38:05 2012
@@ -86,6 +86,9 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+        </configuration>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.surefire</groupId>