Files
spring-ws/ci/rc-open.sh
Greg L. Turnquist 6ce407543e Introduce smoke testing to release process.
The release process should include the means to do some basic smoke testing against staged artifacts before concluding the process.

Resolves #1347.
2023-04-19 13:47:46 -05:00

14 lines
343 B
Bash
Executable File

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