Files
spring-hateoas/ci/test.sh
2019-06-27 15:56:38 -05:00

6 lines
171 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 -B