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