[hornetq-commits] JBoss hornetq SVN: r10587 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 5 09:34:54 EDT 2011


Author: borges
Date: 2011-05-05 09:34:53 -0400 (Thu, 05 May 2011)
New Revision: 10587

Modified:
   trunk/pom.xml
Log:
Redirect some test output to file

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-04 15:49:20 UTC (rev 10586)
+++ trunk/pom.xml	2011-05-05 13:34:53 UTC (rev 10587)
@@ -460,6 +460,9 @@
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4</version>
+               <configuration>
+                  <redirectTestOutputToFile>true</redirectTestOutputToFile>
+               </configuration>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>



More information about the hornetq-commits mailing list