aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-02 12:41:06 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-02 12:41:06 +0200
commit8f3f017bfcd3bea852c20fa2e2ab583c203032ad (patch)
treefbe96422e8e022ea5fcf3a115d041e818d4c55ab /pom.xml
parent25aff31415d701722fc42d69862a8b9e9ba4cae6 (diff)
downloadsonarqube-8f3f017bfcd3bea852c20fa2e2ab583c203032ad.tar.gz
sonarqube-8f3f017bfcd3bea852c20fa2e2ab583c203032ad.zip
Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property runOrder=random
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a9ad6dcac6a..4dca245f90a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
<!-- 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>
@@ -448,6 +448,12 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <runOrder>random</runOrder>
+ </configuration>
+ </plugin>
</plugins>
</build>