Files
spring-hateoas/ci/build.sh
Greg Turnquist 22ac56afc1 #1233 - Backport fixing CI scripts so they use maven caching.
By having the JAVA_HOME path match the Jenkins volume mount point, maven caching should now work properly and speed up CI building and testing.
2020-03-24 10:44:42 -05:00

6 lines
154 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -P${PROFILE} -Dmaven.test.skip=true clean deploy -B