Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 49b8590

Browse files
committed
chore(setup-release): Use created settings
1 parent f841b65 commit 49b8590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ EOF
8989
echo "No repository was currently open."
9090
else
9191
echo "Existing repository to close: $MVN_REPO_ID"
92-
mvn nexus-staging:drop -DstagingRepositoryId=$MVN_REPO_ID
92+
mvn --settings=mvn-settings.xml nexus-staging:drop -DstagingRepositoryId=$MVN_REPO_ID
9393
fi
9494

9595
echo "Removing maven-related files..."

0 commit comments

Comments
 (0)