Files
spring-cloud-contract/scripts/generateDocs.sh
2023-09-26 12:51:40 +02:00

10 lines
233 B
Bash
Executable File

#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
set -e
echo "Generating docs for Spring Cloud Contract"
echo "Building main docs"
./mvnw clean install -P docs --pl docs ${@}