blob: 285bc1f282163a9cdc9a4d335964c9384e975b44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# This is in script like this to also ensure reproducibility.
# If you don't care about that, just ./mvnw install is enough :)
set -eu
./mvnw dependency:go-offline install
rm -fr ~/.m2/repository/lv/enes/
./mvnw -o clean install
|