Repository: incubator-hivemall
Updated Branches:
  refs/heads/master 8f3dd61a1 -> ccbd25433


Fixed pom to avoid git push by maven-release-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/ccbd2543
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/ccbd2543
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/ccbd2543

Branch: refs/heads/master
Commit: ccbd254331df8cfc215b2f252543c4018c05fa59
Parents: 8f3dd61
Author: Makoto Yui <m...@apache.org>
Authored: Thu Jan 4 21:04:07 2018 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Thu Jan 4 21:04:07 2018 +0900

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ccbd2543/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82eb6e4..63ce606 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,6 +522,16 @@
                                                </execution>
                                        </executions>
                                </plugin>
+                               <!-- Disable git push during mvn 
release:prepare -->
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-release-plugin</artifactId>
+                                       <configuration>
+                                               <goals>deploy</goals>
+                                               <pushChanges>false</pushChanges>
+                                               
<localCheckout>true</localCheckout>
+                                       </configuration>
+                               </plugin>
                                <!-- Copy LICENSE/NOTICE/DISCLAIMER to jar -->
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>

Reply via email to