[jboss-cvs] JBossAS SVN: r64181 - projects/security/security-xacml/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 22 06:36:56 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-07-22 06:36:55 -0400 (Sun, 22 Jul 2007)
New Revision: 64181

Modified:
   projects/security/security-xacml/trunk/build/pom.xml
Log:
add system properties to the surefire plugin

Modified: projects/security/security-xacml/trunk/build/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/build/pom.xml	2007-07-22 10:14:45 UTC (rev 64180)
+++ projects/security/security-xacml/trunk/build/pom.xml	2007-07-22 10:36:55 UTC (rev 64181)
@@ -96,6 +96,12 @@
             <include>**/**TestCase.java</include>
           </includes>
           <skip>false</skip>
+          <systemProperties>
+            <property>
+              <name>debug</name>
+              <value>false</value>
+            </property>
+          </systemProperties>
         </configuration>
       </plugin>
       <plugin>




More information about the jboss-cvs-commits mailing list