]> source.dussan.org Git - sonarqube.git/commitdiff
Remove the configuration of unused maven release plugin
authorsimonbrandhof <simon.brandhof@gmail.com>
Sun, 17 Jul 2011 21:50:23 +0000 (23:50 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Sun, 17 Jul 2011 21:50:23 +0000 (23:50 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 670a1365265477841f6bfcc6c260748491981a3a..cb9c6431d9ec57b606ac0a2ab8398f3bbef347c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>maven-plugin-plugin</artifactId>
           <version>2.7</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagNameFormat>@{project.version}</tagNameFormat>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-          <localCheckout>true</localCheckout>
-          <pushChanges>false</pushChanges>
-          <releaseProfiles>release</releaseProfiles>
-          <goals>deploy</goals>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>