diff --git a/scripts/parallelBuild.sh b/scripts/parallelBuild.sh index e8e2570ce6..8942800822 100755 --- a/scripts/parallelBuild.sh +++ b/scripts/parallelBuild.sh @@ -7,4 +7,4 @@ set -e [[ -z "${CORES}" ]] && CORES=8 echo -e "\n\nRUNNING PARALLEL BUILD WITH [${CORES}] CORES\n\n" -./mvnw clean install -Pintegration,docs -T ${CORES} -Dinvoker.parallelThreads=${CORES} \ No newline at end of file +./mvnw clean install -Pdocs -T ${CORES} && ./mvnw install -Pintegration -T ${CORES} -Dinvoker.parallelThreads=${CORES} -pl :spring-cloud-contract-samples \ No newline at end of file