Skip to content

Commit

Permalink
chore: release staging robustness
Browse files Browse the repository at this point in the history
Increase the staging operation timeout from 5 to 15 minutes and use the
latest `nexus-client-core` version in an effort to increase the
robustness of the release.

[skip ci]
  • Loading branch information
zregvart committed Dec 21, 2021
1 parent bd8f30f commit 5db808d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,21 @@
<configuration>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<serverId>oss-sonatype-staging</serverId>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
<dependencies>
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-client-core</artifactId>
<version>2.14.21-02</version>
<exclusions>
<exclusion>
<artifactId>plexus-utils</artifactId>
<groupId>org.codehaus.plexus</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit 5db808d

Please sign in to comment.