Disable pushing changes to repo when releasing. This fix is for using git-flow with maven release plugin

This commit is contained in:
Taro L. Saito 2012-09-06 12:57:03 +09:00
parent 6507dcd7b0
commit b953178ec6
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@
<configuration>
<!-- do not run site-deploy goal, included in the default settings -->
<goals>deploy</goals>
<connectionUrl>scm:git:git@github.com:xerial/snappy-java/</connectionUrl>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
</plugin>