]> source.dussan.org Git - sonarqube.git/commitdiff
Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property runOrder=random
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 2 Aug 2011 10:41:06 +0000 (12:41 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 2 Aug 2011 10:41:06 +0000 (12:41 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index a9ad6dcac6ad7acefaa209eab16586acb7bdc856..4dca245f90a50bfd83b5e00d3b588a77ad75abd8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <!-- not thread safe -->
           <groupId>org.codehaus.sonar</groupId>
           <artifactId>sonar-dev-maven-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.sonar</groupId>
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <runOrder>random</runOrder>
+        </configuration>
+      </plugin>
     </plugins>
   </build>