[jboss-cvs] JBossAS SVN: r93523 - projects/jboss-osgi/projects/parent/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 07:28:02 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 07:28:02 -0400 (Tue, 15 Sep 2009)
New Revision: 93523

Modified:
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Use surefile argLine as property from parent

Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-15 10:37:17 UTC (rev 93522)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-15 11:28:02 UTC (rev 93523)
@@ -17,6 +17,7 @@
     <version.aqute.bnd>0.0.323</version.aqute.bnd>
     <version.jboss.logging>2.0.5.GA</version.jboss.logging>
     <version.junit>4.6</version.junit>
+    <surefire.argline.parent>-Djava.security.manager -Djava.security.policy=${project.build.directory}/test-classes/tst.policy</surefire.argline.parent>
   </properties>
 
   <!-- DependencyManagement -->
@@ -309,16 +310,9 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <argLine>-Djava.security.manager -Djava.security.policy=${project.build.directory}/test-classes/tst.policy</argLine>
+              <argLine>${surefire.argline.parent}</argLine>
               <systemProperties>
                 <property>
-                  <name>java.security.manager</name>
-                </property>
-                <property>
-                  <name>java.security.policy</name>
-                  <value>tst.policy</value>
-                </property>
-                <property>
                   <name>java.protocol.handler.pkgs</name>
                   <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
                 </property>




More information about the jboss-cvs-commits mailing list