Skip to content

Commit

Permalink
configure nexus-staging-maven-plugin to not automatically close stagi…
Browse files Browse the repository at this point in the history
…ng repo

because: closing fails in Eclipse JIPP environment every time and breaks the release build
  • Loading branch information
thjaeckle committed Nov 13, 2018
1 parent f6e07fe commit 66281f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -857,6 +857,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 66281f1

Please sign in to comment.