Skip to content

Commit

Permalink
Update maven-check-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 28, 2024
1 parent fae67f7 commit b547e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ if [ -f mvnw ]; then
\echo 'DEBUG: using existing maven wrapper'
fi
cmd='./mvnw'
# Ensure maven wrapper work directory is somewhere we have
# write permissions
MAVEN_USER_HOME="$(pwd)"
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
unset MAVEN_CONFIG
Expand Down

0 comments on commit b547e1b

Please sign in to comment.