diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-07-17 23:50:23 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-07-17 23:50:23 +0200 |
commit | caa29b24c0b5e61447ce9a788f022fa0cc08619c (patch) | |
tree | 96a3d7840aca210b9203b8421b47511c7eca9b79 | |
parent | 9482c98cfda6d3650dc17892bc6a1c5f72f374c5 (diff) | |
download | sonarqube-caa29b24c0b5e61447ce9a788f022fa0cc08619c.tar.gz sonarqube-caa29b24c0b5e61447ce9a788f022fa0cc08619c.zip |
Remove the configuration of unused maven release plugin
-rw-r--r-- | pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -226,11 +226,6 @@ </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> <version>2.5</version> </plugin> @@ -378,18 +373,6 @@ </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> <configuration> <archive> |