Skip to content

Commit

Permalink
Trying to use autoReleaseAfterClose
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 28, 2021
1 parent 4f5c814 commit e89c76e
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 @@ -45,6 +45,17 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit e89c76e

Please sign in to comment.