]> source.dussan.org Git - sonarqube.git/commitdiff
Update some Maven plugins to latest versions for thread safety
authorEvgeny Mandrikov <mandrikov@gmail.com>
Wed, 20 Apr 2011 12:32:41 +0000 (16:32 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Wed, 20 Apr 2011 21:29:56 +0000 (01:29 +0400)
* maven-assembly-plugin 2.2.1
* maven-plugin-plugin 2.7
* maven-antrun-plugin 1.6
* maven-war-plugin 2.1.1

pom.xml
sonar-application/pom.xml
sonar-server/pom.xml

diff --git a/pom.xml b/pom.xml
index 039b0bace7facc4b9d2d8569714cfb1393565e9e..a845a45a7339d53625439decf59ba20a3baaacbb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.6</version>
         </plugin>
         <plugin>
+          <!-- not thread safe -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
           <version>2.0-alpha-4</version>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <version>2.3.2</version>
         </plugin>
         <plugin>
+          <!-- not thread safe -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
           <version>2.1</version>
           <version>2.5</version>
         </plugin>
         <plugin>
+          <!-- not thread safe -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>1.0</version>
           <version>2.6</version>
         </plugin>
         <plugin>
+          <!-- not thread safe -->
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>gwt-maven-plugin</artifactId>
           <version>1.2</version>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.7</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <version>2.6</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
+          <!-- not thread safe -->
           <groupId>org.codehaus.sonar</groupId>
           <artifactId>sonar-dev-maven-plugin</artifactId>
           <version>1.2</version>
index e5290ef4ca38788be9d9bba4d5855785bd8c6f1d..02fdc544bc6fa2174c33a8756ee2b3cde4718789 100644 (file)
@@ -14,7 +14,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <phase>package</phase>
index 40f8da7f194732f7b58931d5cf3e1bf13eb9c97e..5927afa3eaeee4bb12390c46c727a973f740069b 100644 (file)
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.1-beta-1</version>
         <configuration>
           <packagingExcludes>
             **/*.log,*.iml,WEB-INF/script/,WEB-INF/test/