[jboss-cvs] JBossAS SVN: r63301 - projects/microcontainer/trunk/aop-mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 10:12:27 EDT 2007


Author: pgier
Date: 2007-06-01 10:12:27 -0400 (Fri, 01 Jun 2007)
New Revision: 63301

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
Log:
Turning off the option to trim stack traces in the generated reports.

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-06-01 12:53:04 UTC (rev 63300)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2007-06-01 14:12:27 UTC (rev 63301)
@@ -168,6 +168,7 @@
           <forkMode>always</forkMode>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>          
           <skip>true</skip>
+          <trimStackTrace>false</trimStackTrace>
         </configuration>
       </plugin>
     </plugins>




More information about the jboss-cvs-commits mailing list