aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-06-17 10:34:10 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-06-17 10:53:35 +0200
commitceaddeb0db54d29fd67d11f23488f61f85041446 (patch)
tree4fd16b9f6a79ba2dc84fb61c4733c8d981bfdde0 /pom.xml
parentc6bdc279d149d83502736ddb0d238fbf5a305998 (diff)
downloadsonarqube-ceaddeb0db54d29fd67d11f23488f61f85041446.tar.gz
sonarqube-ceaddeb0db54d29fd67d11f23488f61f85041446.zip
SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1
* now use Sonar Runner embedded to run Sonar * also updated Maven plugins to make Sonar build pass with Maven 3.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index f7aa898a364..6fe6dbf535c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,13 +153,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
+ <version>3.1</version>
</plugin>
<plugin>
- <!-- not thread safe -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -174,7 +173,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.12</version>
+ <version>2.15</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -219,7 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>2.9</version>
+ <version>3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -250,12 +249,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12.4</version>
+ <version>2.14.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.1.1</version>
+ <version>2.3</version>
</plugin>
<plugin>
<!-- not thread safe -->
@@ -266,7 +265,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
</plugin>
</plugins>
</pluginManagement>
@@ -936,7 +935,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
- <version>1.2</version>
+ <version>2.1</version>
<exclusions>
<exclusion>
<!-- See SONAR-2455 -->