Files
spring-data-neo4j/ci/clean.sh
Greg L. Turnquist 8e3fda6275 Authenticate with artifactory.
See #2208.
2021-04-22 15:09:44 -05:00

7 lines
190 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-neo4j