Authenticate with artifactory.

See #1117.
This commit is contained in:
Greg L. Turnquist
2021-04-20 10:25:29 -05:00
parent 7e824bae95
commit de6432d979
6 changed files with 238 additions and 9 deletions

View File

@@ -3,4 +3,4 @@
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
./mvnw clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-couchbase
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-couchbase

View File

@@ -6,5 +6,5 @@ mkdir -p /tmp/jenkins-home/.m2/spring-data-couchbase
chown -R 1001:1001 .
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
./mvnw \
./mvnw -s settings.xml \
-P${PROFILE} clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-couchbase