Skip to content

Commit e89c76e

Browse files
committed
Trying to use autoReleaseAfterClose
1 parent 4f5c814 commit e89c76e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@
4545
</configuration>
4646
</plugin>
4747
</plugins>
48+
<pluginManagement>
49+
<plugins>
50+
<plugin>
51+
<groupId>org.sonatype.plugins</groupId>
52+
<artifactId>nexus-staging-maven-plugin</artifactId>
53+
<configuration>
54+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
55+
</configuration>
56+
</plugin>
57+
</plugins>
58+
</pluginManagement>
4859
</build>
4960
<dependencyManagement>
5061
<dependencies>

0 commit comments

Comments
 (0)