Files
spring-hateoas/ci/test.sh
Greg Turnquist c519ffe69b #1228 - Fix 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 09:40:29 -05:00

6 lines
152 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -P${PROFILE} clean dependency:list test -Dsort -B