Skip to content

Commit

Permalink
Add nexus-staging-maven-plugin to auto release after close
Browse files Browse the repository at this point in the history
  • Loading branch information
JayasriR committed May 3, 2024
1 parent b1ad451 commit becaf1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit becaf1a

Please sign in to comment.