Skip to content

Commit

Permalink
568417: Build changes for migration of MAT JIPP to new CI infrastructure
Browse files Browse the repository at this point in the history
Disable default in deploy phase

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=568417

Change-Id: I56dd5b25b600fbed7c5fa2f5581b1fcbfedd2c90
  • Loading branch information
ajohnson1 committed Nov 4, 2020
1 parent 1ec5d06 commit 53a300a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@
<generateDownloadStatsProperty>true</generateDownloadStatsProperty>
</configuration>
</plugin>
<!-- Disable the default deploy as we don't deploy Maven artifacts to download.eclipse.org -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 53a300a

Please sign in to comment.