Skip to content

Commit

Permalink
Skip Deploy plugin as we do not have distributionManagement (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed May 31, 2021
1 parent 4429d93 commit 053ddc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
</plugins>
<pluginManagement>
<plugins>
<!-- Skip Deploy plugin as we do not have distributionManagement -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
Expand Down

0 comments on commit 053ddc8

Please sign in to comment.