Browse Source

Using verify during the CI build

pull/1618/head
Jens Schauder 2 years ago
parent
commit
16ab1c4842
No known key found for this signature in database
GPG Key ID: 9537B67540F0A581
  1. 2
      ci/test.sh

2
ci/test.sh

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

Loading…
Cancel
Save