Skip to content

Commit

Permalink
Increase Nexus timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jul 16, 2020
1 parent 22bb397 commit baa8886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${version.nexus.staging.plugin}</version>
<configuration>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit baa8886

Please sign in to comment.