Not building the maven plugin docs anymore

This commit is contained in:
Marcin Grzejszczak
2023-09-26 12:51:30 +02:00
parent 995a9e02fa
commit 0ee72919f2

View File

@@ -7,10 +7,4 @@ set -e
echo "Generating docs for Spring Cloud Contract"
echo "Building main docs"
./mvnw clean install -P docs --pl docs ${@}
echo "Building maven plugin docs"
./mvnw site -DskipTests=true --pl spring-cloud-contract-tools/spring-cloud-contract-maven-plugin ${@}
echo "Copying generated maven plugin docs to main docs"
cp -r spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/target/site docs/target/generated-docs/spring-cloud-contract-maven-plugin
./mvnw clean install -P docs --pl docs ${@}