Skip to content

Commit

Permalink
Add nexus staging plugin to avoid the need to deal with sonatype staging
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Jun 11, 2021
1 parent 4ee204a commit 5e0aab6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>central</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
Expand Down

0 comments on commit 5e0aab6

Please sign in to comment.