From 1e87b509984d676300a42594c292147470c39535 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 21 Nov 2017 18:37:48 -0500 Subject: [PATCH] Update releaser build to build docs --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index b16ab2a4..fe43ccda 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install ${@}) -./mvnw clean install ${@} +(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@}) +./mvnw clean install -B -Pdocs ${@}