Skip to content

Commit

Permalink
skip sonatype deployment on p2 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Sep 14, 2020
1 parent 7d1fc28 commit 1b72d08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!-- sets ${qualifiedVersion} for bintray upload -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 1b72d08

Please sign in to comment.