5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@})
|
|
./mvnw clean install -B -Pdocs ${@}
|