Skip to content

Commit

Permalink
Don't close staging repository automatically (java-native-access#667)
Browse files Browse the repository at this point in the history
Motivation:

Let's not close the staging repository automatically so we can still
inspect it before we do a release

Modifications:

Don't close

Result:

Be able to still inspect staging repository before do the actual release
  • Loading branch information
normanmaurer committed Feb 9, 2024
1 parent c9c4ab5 commit f586df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/finish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ export JAVA_HOME="$JAVA8_HOME"

./mvnw -Psonatype-oss-release,"$CROSS_COMPILE_PROFILE" clean package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DstagingRepositoryId="$1" -DnexusUrl=https://oss.sonatype.org -DserverId=sonatype-nexus-staging -DskipTests=true
./mvnw -Psonatype-oss-release clean package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DstagingRepositoryId="$1" -DnexusUrl=https://oss.sonatype.org -DserverId=sonatype-nexus-staging -DskipTests=true -DstagingProgressTimeoutMinutes=10
./mvnw -Psonatype-oss-release org.sonatype.plugins:nexus-staging-maven-plugin:rc-close org.sonatype.plugins:nexus-staging-maven-plugin:rc-release -DstagingRepositoryId="$1" -DnexusUrl=https://oss.sonatype.org -DserverId=sonatype-nexus-staging -DskipTests=true -DstagingProgressTimeoutMinutes=10
git checkout "$BRANCH"

0 comments on commit f586df4

Please sign in to comment.