diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-12 17:48:42 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-12 17:48:42 +0200 |
commit | 4aac977ead94133143096782885f1f3a2af2062f (patch) | |
tree | 43da3f246cd5988c168dcf6dfea7e2b013757e35 | |
parent | 773870998186d08e2344c262b5f5488f1038e0d4 (diff) | |
download | sonarqube-4aac977ead94133143096782885f1f3a2af2062f.tar.gz sonarqube-4aac977ead94133143096782885f1f3a2af2062f.zip |
Fix double installation of sources jar
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -500,6 +500,11 @@ <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> |