[hornetq-commits] JBoss hornetq SVN: r10632 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 11 12:22:52 EDT 2011


Author: borges
Date: 2011-05-11 12:22:51 -0400 (Wed, 11 May 2011)
New Revision: 10632

Modified:
   trunk/pom.xml
Log:
Run unittests in alphabetical order

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-11 16:22:33 UTC (rev 10631)
+++ trunk/pom.xml	2011-05-11 16:22:51 UTC (rev 10632)
@@ -467,6 +467,7 @@
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4</version>
                <configuration>
+                  <runOrder>alphabetical</runOrder>
                   <redirectTestOutputToFile>true</redirectTestOutputToFile>
                </configuration>
             </plugin>



More information about the hornetq-commits mailing list