mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./mvnw clean install -s .settings.xml -B -Pdocs ${@}
|
|
#./mvnw clean install -B -DskipTests ${@}
|