Skip to content

Commit

Permalink
Issue #299: Configure nexus-staging-maven-plugin to close and publish…
Browse files Browse the repository at this point in the history
… OSSRH to Maven Central. Must attempt live to validate this works.
  • Loading branch information
ALRubinger committed Apr 8, 2024
1 parent 4d1b1b7 commit 681e01d
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 @@ -469,6 +469,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 681e01d

Please sign in to comment.