Skip to content

Commit

Permalink
Avoid secondary deployment of package to local (apache#14647)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored and haohuw committed Jun 23, 2019
1 parent 09c3c29 commit 1ccf48c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scala-package/deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1ccf48c

Please sign in to comment.