Improve local setup and Maven wrapper

This commit is contained in:
2026-05-20 17:39:39 +02:00
parent 1c33371e4d
commit 3ee55cd0ef
3 changed files with 52 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ MAVEN_URL="https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/${
if [ ! -f "${MAVEN_CACHE}/bin/mvn" ]; then
MAVEN_TMP="${MAVEN_CACHE}.tmp.$$"
mkdir -p "$(dirname "${MAVEN_CACHE}")"
if mkdir "${MAVEN_CACHE}.lock" 2>/dev/null; then
echo "Downloading Apache Maven ${MAVEN_VERSION}..." >&2
mkdir -p "${MAVEN_TMP}"