Skip to content

Commit

Permalink
Add nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
Partially reverts f109a97.
  • Loading branch information
gaul committed Dec 28, 2024
1 parent c2042e3 commit bc5061a
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 @@ -248,6 +248,17 @@
<includeTestClasses>false</includeTestClasses>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand Down

0 comments on commit bc5061a

Please sign in to comment.