Update releaser build to build docs

parent f59a228d
#!/bin/bash #!/bin/bash
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install ${@}) (cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@})
./mvnw clean install ${@} ./mvnw clean install -B -Pdocs ${@}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment