Skip to content

Commit

Permalink
Remove dropping part from maven script
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Dec 13, 2022
1 parent 4b1cc21 commit d99811b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions publish/stage-maven-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,4 @@ if [ "$auto_publish" = true ] ; then
echo "==========================================="
echo "Done."
echo "==========================================="

echo "==========================================="
echo "Dropping Staging Repository ${staging_repo_id}."
echo "==========================================="
mvn --settings="${mvn_settings}" \
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:rc-drop \
-DnexusUrl="${REPO_URL}" \
-DserverId=nexus \
-DstagingProfileId="${STAGING_PROFILE_ID}" \
-DstagingRepositoryId="${staging_repo_id}"

echo "==========================================="
echo "Done."
echo "==========================================="
fi

0 comments on commit d99811b

Please sign in to comment.