Files
Greg Turnquist 13e63750b5 Polishing.
2020-03-12 12:52:12 -05:00

6 lines
174 B
Bash
Executable File

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