Not skipping tests for docs

This commit is contained in:
Marcin Grzejszczak
2019-10-22 11:39:28 +02:00
parent c55573ec84
commit 6d77d6f42d

View File

@@ -7,7 +7,7 @@ set -e
echo "Generating docs for Spring Cloud Contract"
echo "Building main docs"
./mvnw clean install -P docs -DskipTests=true --pl 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 ${@}