Not building the maven plugin docs anymore
This commit is contained in:
@@ -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 ${@}
|
||||
Reference in New Issue
Block a user