Author: jdcasey
Date: Mon Feb 18 17:43:43 2008
New Revision: 628956

URL: http://svn.apache.org/viewvc?rev=628956&view=rev
Log:
[MASSEMBLY-267] Applied surefire config to limit test output to the console.

Submitted by: Paul Gier

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=628956&r1=628955&r2=628956&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Feb 18 17:43:43 2008
@@ -148,6 +148,7 @@
               <exclude>**/AllTests*</exclude>
               <exclude>**/testutils/*</exclude>
             </excludes>
+            <redirectTestOutputToFile>true</redirectTestOutputToFile>
           </configuration>
         </plugin>
       </plugins>


Reply via email to