Files
spring-cloud-contract/scripts/buildWithDocs.sh
2017-03-10 12:20:07 +01:00

10 lines
196 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 -Pintegration
${FOLDER}/scripts/generateDocs.sh