diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 10:46:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 11:45:50 +0100 |
commit | e7939083c7e227e871b6a525ea06e25bd6244c00 (patch) | |
tree | a9e4dc6feac92556be7ea3662ac92c2bf277f506 /pom.xml | |
parent | 959dc121dfeec82f8849f84a58fe06aae3a895c5 (diff) | |
download | sonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.tar.gz sonarqube-e7939083c7e227e871b6a525ea06e25bd6244c00.zip |
Remove unused maven-release-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -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> |