Skip to content

Commit

Permalink
add nexus staging plugin back to enforcer plugin (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capt-Mac authored Sep 30, 2022
1 parent 9116c9b commit 49aecf1
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 @@ -925,6 +925,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 49aecf1

Please sign in to comment.