Update releaser build to build docs

This commit is contained in:
Spencer Gibb
2017-11-21 18:37:48 -05:00
parent f59a228daf
commit 1e87b50998

View File

@@ -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 ${@}