Polishing.

This commit is contained in:
Greg L. Turnquist
2023-10-23 16:19:58 -05:00
parent a306e9b1e0
commit a479ef87f8

View File

@@ -6,7 +6,7 @@ STAGING_REPOSITORY_ID=$1
echo 'Release to Maven central...'
MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home --add-opens=java.base/java.util=ALL-UNNAMED " ./mvnw \
MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home " ./mvnw \
-s settings.xml \
-Pcentral \
-DstagingRepositoryId="${STAGING_REPOSITORY_ID}" \