Browse Source

Configuring not to close staging repo atomatically i.e after running mvn release:perform: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment (#2257)

pull/3882/head
penmetsaa 7 years ago
committed by GitHub
parent
commit
bb23d6228a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      java/pom.xml

+ 1
- 0
java/pom.xml View File

@ -168,6 +168,7 @@
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<stagingProfileId>23ed8fbc71e875</stagingProfileId>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
</plugin>
</plugins>


Loading…
Cancel
Save