Files
spring-ws/ci/rc-open.sh
Greg L. Turnquist 266f10564a Use spring-builds+jenkins for ge.spring.io.
To show the right gravatar, apply the proper user.name property.
2023-10-16 09:24:02 -05:00

14 lines
357 B
Bash
Executable File

#!/bin/bash -x
set -euo pipefail
echo "Opening a remote repository for this release..."
MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home" ./mvnw \
-s settings.xml \
-Pcentral \
-DstagingProfileId=${STAGING_PROFILE_ID} \
-DopenedRepositoryMessageFormat="<repository>%s</repository>" \
nexus-staging:rc-open