Authenticate with artifactory.

See #955.
This commit is contained in:
Greg L. Turnquist
2021-04-21 13:39:27 -05:00
parent 9c5674fe5a
commit 77b410dc80
7 changed files with 236 additions and 10 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-jdbc
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jdbc

View File

@@ -1,3 +1,3 @@
#!/bin/sh
./mvnw clean install -Pall-dbs
./mvnw -s settings.xml clean install -Pall-dbs

View File

@@ -6,5 +6,5 @@ ci/accept-third-party-license.sh
mkdir -p /tmp/jenkins-home
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 -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jdbc