Disable pushing changes to repo when releasing. This fix is for using git-flow with maven release plugin
This commit is contained in:
parent
6507dcd7b0
commit
b953178ec6
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue