Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Avoid secondary deployment of package to local #14647

Merged
merged 1 commit into from
Apr 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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