8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
#./mvnw clean install -B -Pdocs ${@}
|
|
./mvnw clean install -DskipTests -B -Pfast ${@}
|
|
|
|
|