This is an automated email from the ASF dual-hosted git repository.
lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new e701e71 Avoid secondary deployment of package to local (#14647)
e701e71 is described below
commit e701e7100c31b63e8f3b93008872606e921ec6ad
Author: Zach Kimberg <[email protected]>
AuthorDate: Thu Apr 11 10:09:07 2019 -0700
Avoid secondary deployment of package to local (#14647)
---
scala-package/deploy/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scala-package/deploy/pom.xml b/scala-package/deploy/pom.xml
index 74b5707..b4dd273 100644
--- a/scala-package/deploy/pom.xml
+++ b/scala-package/deploy/pom.xml
@@ -150,6 +150,9 @@
</configuration>
</execution>
</executions>
+ <configuration>
+ <skip>true</skip> <!-- Skip deploy-plugin:deploy and only use
deploy-plugin:deploy-file -->
+ </configuration>
</plugin>
</plugins>
</build>