Files
spring-cloud-contract/scripts/noIntegration.sh
Spencer Gibb 3eb7939c87 remove -U
2020-04-09 19:54:43 -04:00

10 lines
192 B
Bash
Executable File

#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
FOLDER=`pwd`
set -e
./mvnw clean install ${@}
${FOLDER}/scripts/generateDocs.sh ${@}