Browse Source

Update releaser build to build docs

pull/6/head
Spencer Gibb 7 years ago
parent
commit
1e87b50998
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 4
      scripts/build.sh

4
scripts/build.sh

@ -1,4 +1,4 @@ @@ -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 ${@}

Loading…
Cancel
Save