Polishing.

This commit is contained in:
Greg Turnquist
2020-03-12 12:52:12 -05:00
parent d84f7fdd01
commit 13e63750b5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
set -euo pipefail
./mvnw -P${PROFILE} -Dmaven.test.skip=true clean deploy -B
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-hateoas-maven-repository" ./mvnw -P${PROFILE} -Dmaven.test.skip=true clean deploy -B

View File

@@ -2,4 +2,4 @@
set -euo pipefail
./mvnw -P${PROFILE} clean dependency:list test -Dsort -U -B
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-hateoas-maven-repository" ./mvnw -P${PROFILE} clean dependency:list test -Dsort -U -B