Hi Kristian,

Author: krosenvold
Date: Tue Dec 14 14:55:52 2010
New Revision: 1049118

URL: http://svn.apache.org/viewvc?rev=1049118&view=rev
Log:
[SUREFIRE-321] Added runOrder mojo attribute, including documentation.
[...]
@@ -595,6 +595,20 @@ public class IntegrationTestMojo
      private Boolean parallelMavenExecution;

      /**
+      * Defines the order the tests will be run in. Supported values are 
alphabetical, reversealphabetical
+      * random, hourly (alphabetical on even hours, reverse alphabetical on 
odd hours).
+      *
+      * Not supplying a value for this setting will run tests in filesystem 
order.
+      *
+      * Odd/Even is determined at the time the of scanning the classpath, 
meaning it could change during
+      * a multi-module build.
+      *
+      * @parameter
+      * @since 2.7
+      */
+     private String runOrder;

Should there be an explicit value for the filesystem order? I'm thinking about a parent POM where runOrder gets set to say hourly but a child project wants to stick with the (current) filesystem order.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to