aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-01-14 10:29:03 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-01-14 10:29:03 +0300
commitf4fe0fbfc490896069a758d594f07b9acc6657f7 (patch)
tree0db096f95b70bc60f558f19c270893756fe92129 /pom.xml
parent83aa7256c70c4e2f48778c4d64e95665f7eca7dd (diff)
downloadsonarqube-f4fe0fbfc490896069a758d594f07b9acc6657f7.tar.gz
sonarqube-f4fe0fbfc490896069a758d594f07b9acc6657f7.zip
Do not let maven-release-plugin push changes to upstream.
* Pushing changes manually is better in case problems arise, as one can easily erase flawed commits locally through rebasing.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9f0b504a84d..d7dbbdf2d68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,6 +299,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <localCheckout>true</localCheckout>
+ <pushChanges>false</pushChanges>
</configuration>
</plugin>
<plugin>