Using verify during the CI build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user