mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-21 04:54:33 +02:00
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>
|
<configuration>
|
||||||
<!-- do not run site-deploy goal, included in the default settings -->
|
<!-- do not run site-deploy goal, included in the default settings -->
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<connectionUrl>scm:git:git@github.com:xerial/snappy-java/</connectionUrl>
|
<pushChanges>false</pushChanges>
|
||||||
|
<localCheckout>true</localCheckout>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user