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 2011/02/10 02:04:21 UTC

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

Author: dkulp
Date: Thu Feb 10 01:04:20 2011
New Revision: 1069184

URL: http://svn.apache.org/viewvc?rev=1069184&view=rev
Log:
Update to run tests in alpha order

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=1069184&r1=1069183&r2=1069184&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Feb 10 01:04:20 2011
@@ -272,6 +272,7 @@
                             <exclude>**/*$*</exclude>
                         </excludes>
                         <!--disableXmlReport>true</disableXmlReport-->
+                        <runOrder>alphabetical</runOrder>
                         <reportFormat>${cxf.surefire.format}</reportFormat>
                         <useFile>${cxf.surefire.usefile}</useFile>
                         <forkMode>${cxf.surefire.fork.mode}</forkMode>

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1069184&r1=1069183&r2=1069184&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Thu Feb 10 01:04:20 2011
@@ -491,7 +491,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.7.1</version>
+                    <version>2.7.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>