diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-14 10:29:03 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-14 10:29:03 +0300 |
commit | f4fe0fbfc490896069a758d594f07b9acc6657f7 (patch) | |
tree | 0db096f95b70bc60f558f19c270893756fe92129 /pom.xml | |
parent | 83aa7256c70c4e2f48778c4d64e95665f7eca7dd (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -299,6 +299,8 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> + <localCheckout>true</localCheckout> + <pushChanges>false</pushChanges> </configuration> </plugin> <plugin> |