diff options
-rw-r--r-- | pom.xml | 23 | ||||
-rw-r--r-- | sonar-application/pom.xml | 6 |
2 files changed, 0 insertions, 29 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> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b71591fbd0b..fd4ab618a2c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -251,12 +251,6 @@ </build> <profiles> <profile> - <id>release</id> - <properties> - <maven.deploy.skip>true</maven.deploy.skip> - </properties> - </profile> - <profile> <id>dev</id> <properties> <assembly.recompressZippedFiles>false</assembly.recompressZippedFiles> |