Skip to content

Commit

Permalink
Increase the Nexus staging timeout from 5 to 15 minutes (#334)
Browse files Browse the repository at this point in the history
Hopefully this will avoid the timeouts I often encounter when
releasing libraries.

reference:
https://help.sonatype.com/en/configuring-your-project-for-deployment.html#deployment-with-the-nexus-staging-maven-plugin
  • Loading branch information
sleberknight authored Jul 26, 2024
1 parent 2d4560e commit ced7ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ced7ca9

Please sign in to comment.