Files
spring-session-data-mongodb/ci/test.sh
Greg L. Turnquist c946d7febb Backport releasing to sonatype.
Migrate all the various tweaks made to work with Sonatype.
2021-03-02 16:22:19 -06:00

7 lines
162 B
Bash
Executable File

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