You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/01/20 18:37:57 UTC

svn commit: r901298 - in /cxf/trunk: parent/pom.xml pom.xml

Author: dkulp
Date: Wed Jan 20 17:37:56 2010
New Revision: 901298

URL: http://svn.apache.org/viewvc?rev=901298&view=rev
Log:
Update surefire to 2.5 to start playing around with parallel tests

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=901298&r1=901297&r2=901298&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Jan 20 17:37:56 2010
@@ -36,6 +36,7 @@
         <surefire.fork.mode>once</surefire.fork.mode>
         <surefire.format>brief</surefire.format>
         <surefire.usefile>false</surefire.usefile>
+        <surefire.parallel.mode/>
         <surefire.fork.vmargs>-ea</surefire.fork.vmargs>
         <server.launcher.vmargs>-ea</server.launcher.vmargs>
         <surefire.extra.sysprop.name1>None</surefire.extra.sysprop.name1>
@@ -270,6 +271,7 @@
                         <forkMode>${surefire.fork.mode}</forkMode>
                         <childDelegation>false</childDelegation>
                         <argLine>${surefire.fork.vmargs}</argLine>
+                        <parallel>${surefire.parallel.mode}</parallel>
                         <systemProperties>
                             <property>
                                 <name>${surefire.extra.sysprop.name1}</name>
@@ -1192,7 +1194,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>2.5</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=901298&r1=901297&r2=901298&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Jan 20 17:37:56 2010
@@ -417,7 +417,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4.3</version>
+                    <version>2.5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -490,7 +490,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.4.3</version>
+                    <version>2.5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>