Skip to content

Commit

Permalink
Adds missing Maven Central Upload Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSchnicke authored Dec 15, 2021
1 parent 9aafb6d commit 754b1c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,20 @@
</execution>
</executions>
</plugin>

<!-- Upload to Maven Central -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

</plugins>
</build>
</profile>
Expand Down

0 comments on commit 754b1c1

Please sign in to comment.