Skip to content

Commit

Permalink
Added options to keep staging repository in case of error
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <[email protected]>
  • Loading branch information
Coduz committed Jun 8, 2020
1 parent 9c48a48 commit 0060d9a
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 @@ -1750,7 +1750,10 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>

<autoReleaseAfterClose>false</autoReleaseAfterClose>
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0060d9a

Please sign in to comment.