From 0ee72919f2fadae341f0cce5abf3efc664ac5a0b Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 26 Sep 2023 12:51:30 +0200 Subject: [PATCH] Not building the maven plugin docs anymore --- scripts/generateDocs.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/generateDocs.sh b/scripts/generateDocs.sh index 75ac6ecfb1..87c77f045b 100755 --- a/scripts/generateDocs.sh +++ b/scripts/generateDocs.sh @@ -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 \ No newline at end of file +./mvnw clean install -P docs --pl docs ${@} \ No newline at end of file