[jboss-svn-commits] JBoss Common SVN: r2666 - jbossxb/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 31 16:36:06 EDT 2007


Author: pgier
Date: 2007-10-31 16:36:06 -0400 (Wed, 31 Oct 2007)
New Revision: 2666

Modified:
   jbossxb/trunk/pom.xml
Log:
Redirecting unit test debug output to file.

Modified: jbossxb/trunk/pom.xml
===================================================================
--- jbossxb/trunk/pom.xml	2007-10-31 16:33:30 UTC (rev 2665)
+++ jbossxb/trunk/pom.xml	2007-10-31 20:36:06 UTC (rev 2666)
@@ -29,6 +29,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <testFailureIgnore>true</testFailureIgnore>
+		      <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <includes>
             <include>**/*TestCase.java</include>
           </includes>




More information about the jboss-svn-commits mailing list