Author: niallp
Date: Wed Jun 10 09:25:21 2009
New Revision: 783268

URL: http://svn.apache.org/viewvc?rev=783268&view=rev
Log:
Configure surefire plugin to direct test output to file

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=783268&r1=783267&r2=783268&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Jun 10 09:25:21 2009
@@ -184,6 +184,7 @@
               </excludes>
 
               <!-- Configure Logging -->
+              <redirectTestOutputToFile>true</redirectTestOutputToFile>
               <systemProperties>
                   <property>
                       <name>org.apache.commons.logging.LogFactory</name>


Reply via email to