]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused maven-release-plugin
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 21 Feb 2017 09:46:06 +0000 (10:46 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 21 Feb 2017 10:45:50 +0000 (11:45 +0100)
pom.xml
sonar-application/pom.xml

diff --git a/pom.xml b/pom.xml
index 0aa5936fb900670d6cd1405e0d36a55db4fb7395..e28757b55ebc2057594b7ae7d57e27e5e9e36b3b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>maven-jxr-plugin</artifactId>
           <version>2.5</version>
         </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>
           <javadocDir>${project.reporting.outputDirectory}/${project.version}/apidocs</javadocDir>
         </configuration>
       </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>
index b71591fbd0b53ad7791ca1b4599d4be01641edeb..fd4ab618a2c32790299748b2c05935b083b8c67f 100644 (file)
     </plugins>
   </build>
   <profiles>
-    <profile>
-      <id>release</id>
-      <properties>
-        <maven.deploy.skip>true</maven.deploy.skip>
-      </properties>
-    </profile>
     <profile>
       <id>dev</id>
       <properties>