Files
spring-ws-samples/ci/test.sh
Greg L. Turnquist ff70806b51 Introduce Jenkins.
2022-03-02 12:38:25 -06:00

7 lines
159 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
./mvnw -s settings.xml clean dependency:list test -Dsort -B