aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-21 10:46:06 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-21 11:45:50 +0100
commite7939083c7e227e871b6a525ea06e25bd6244c00 (patch)
treea9e4dc6feac92556be7ea3662ac92c2bf277f506 /pom.xml
parent959dc121dfeec82f8849f84a58fe06aae3a895c5 (diff)
downloadsonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.tar.gz
sonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.zip
Remove unused maven-release-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 0aa5936fb90..e28757b55eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,11 +187,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
</plugin>
@@ -350,24 +345,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <!-- see
- http://maven.40175.n5.nabble.com/Why-is-source-jar-deployed-twice-during-release-td120643.html
- https://issues.apache.org/jira/browse/MSHADE-195
- -->
- <useReleaseProfile>false</useReleaseProfile>
- <localCheckout>true</localCheckout>
- <pushChanges>false</pushChanges>
- <mavenExecutorId>forked-path</mavenExecutorId>
- <preparationGoals>clean install</preparationGoals>
- <!-- SONAR-4189 -->
- <arguments>-Prelease</arguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>random</runOrder>