Files
spring-data-relational/ci/clean.sh
T
Greg L. Turnquist f750b6df4c Authenticate with artifactory.
See #955.
2021-04-21 13:39:27 -05:00

7 lines
189 B
Bash
Executable File

#!/bin/bash -x
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jdbc