Skip to content

Commit

Permalink
[#noissue] Update configuration of nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
[#noissue] issue
  • Loading branch information
emeroad committed Jul 23, 2021
1 parent cff13ed commit 59d342f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,8 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 59d342f

Please sign in to comment.