aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-07-17 23:50:23 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-07-17 23:50:23 +0200
commitcaa29b24c0b5e61447ce9a788f022fa0cc08619c (patch)
tree96a3d7840aca210b9203b8421b47511c7eca9b79
parent9482c98cfda6d3650dc17892bc6a1c5f72f374c5 (diff)
downloadsonarqube-caa29b24c0b5e61447ce9a788f022fa0cc08619c.tar.gz
sonarqube-caa29b24c0b5e61447ce9a788f022fa0cc08619c.zip
Remove the configuration of unused maven release plugin
-rw-r--r--pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 670a1365265..cb9c6431d9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>