aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-12 17:48:42 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-12 17:48:42 +0200
commit4aac977ead94133143096782885f1f3a2af2062f (patch)
tree43da3f246cd5988c168dcf6dfea7e2b013757e35
parent773870998186d08e2344c262b5f5488f1038e0d4 (diff)
downloadsonarqube-4aac977ead94133143096782885f1f3a2af2062f.tar.gz
sonarqube-4aac977ead94133143096782885f1f3a2af2062f.zip
Fix double installation of sources jar
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4bcc4edbdba..878ac7ef82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>