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 3c8482c commit dab1465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ -f mvnw ]; then
cmd='./mvnw'
# Ensure maven wrapper work directory is somewhere we have
# write permissions
export MAVEN_USER_HOME="$(\pwd)"
export MAVEN_USER_HOME="$(\pwd)/.m2"
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
unset MAVEN_CONFIG
Expand Down

0 comments on commit dab1465

Please sign in to comment.