#!/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_REPO:-~/.m2/repository}/lv/enes/ ./mvnw -o clean ./mvnw -o install