]> source.dussan.org Git - sonarqube.git/commitdiff
Fix double installation of sources jar
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 12 Oct 2015 15:48:42 +0000 (17:48 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 12 Oct 2015 15:48:42 +0000 (17:48 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4bcc4edbdba9f14b7d1921faeb277061d4ee8e59..878ac7ef82bd67bb779fbf4debaab711879b0b4c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>