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 lanking520 committed Apr 30, 2019
1 parent 0e7bd08 commit ec2fb41
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 @@ -134,6 +134,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 ec2fb41

Please sign in to comment.