You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/08/03 23:13:41 UTC

svn commit: r1369212 - /maven/surefire/trunk/surefire-setup-integration-tests/pom.xml

Author: olamy
Date: Fri Aug  3 21:13:41 2012
New Revision: 1369212

URL: http://svn.apache.org/viewvc?rev=1369212&view=rev
Log:
use a more compact configuration

Modified:
    maven/surefire/trunk/surefire-setup-integration-tests/pom.xml

Modified: maven/surefire/trunk/surefire-setup-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-setup-integration-tests/pom.xml?rev=1369212&r1=1369211&r2=1369212&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-setup-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-setup-integration-tests/pom.xml Fri Aug  3 21:13:41 2012
@@ -155,28 +155,13 @@
           <!--test>**/SetUpForIntegrationTest</test-->
           <!-- Pass current surefire version to the main suite so that it -->
           <!-- can forward to all integration test projects. SUREFIRE-513 -->
-          <systemProperties>
-            <property>
-              <name>surefire.version</name>
-              <value>${project.version}</value>
-            </property>
-            <property>
-              <name>testng.version</name>
-              <value>${testng.version}</value>
-            </property>
-            <property>
-              <name>maven.home</name>
-              <value>${maven.home}</value>
-            </property>
-            <property>
-              <name>maven.settings.file</name>
-              <value>${project.build.directory}/private/settings.xml</value>
-            </property>
-            <property>
-              <name>maven.staged.local.repo</name>
-              <value>${project.build.directory}/it-repo</value>
-            </property>
-          </systemProperties>
+          <systemPropertyVariables>
+            <surefire.version>${project.version}</surefire.version>
+            <testng.version>${testng.version}</testng.version>
+            <maven.home>${maven.home}</maven.home>
+            <maven.settings.file>${project.build.directory}/private/settings.xml</maven.settings.file>
+            <maven.staged.local.repo>${project.build.directory}/it-repo</maven.staged.local.repo>
+          </systemPropertyVariables>
         </configuration>
         <dependencies>
           <dependency>