aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>