Skip to content

Commit

Permalink
Debug mode (#134)
Browse files Browse the repository at this point in the history
* Implement debug mode

* Linting

* Update maven-check-versions.sh

* Update maven-check-versions.sh
  • Loading branch information
thomasleplus authored Oct 28, 2024
1 parent 8dec898 commit fbdb55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "${DEBUG}" = true ]; then
# If maven wrapper debugging is not already configured, let's
# turn it on too.
if [ -n "${MVNW_VERBOSE+x}" ]; then
MVNW_VERBOSE=true
export MVNW_VERBOSE=true
fi
\echo "DEBUG: current working directory = $(pwd)"
\echo 'DEBUG:'
Expand All @@ -37,7 +37,7 @@ if [ -f mvnw ]; then
cmd='./mvnw'
# Ensure maven wrapper work directory is somewhere we have
# write permissions
MAVEN_USER_HOME='/opt/maven'
export MAVEN_USER_HOME='/opt/maven'
if [ -n "${MAVEN_CONFIG+x}" ]; then
# resolve conflict with mvnw
unset MAVEN_CONFIG
Expand Down

0 comments on commit fbdb55d

Please sign in to comment.