What this PR does / why we need it: update The Maven Wrapper script (mvnw) and potential build with mvn now incorporate a verification step to ensure the presence of the JAVA_HOME environment variable before executing any Maven commands. This enhancement mitigates potential build failures stemming from the absence of a configured JAVA_HOME environment variable.
What this PR does / why we need it: update The Maven Wrapper script (mvnw) and potential build with mvn now incorporate a verification step to ensure the presence of the JAVA_HOME environment variable before executing any Maven commands. This enhancement mitigates potential build failures stemming from the absence of a configured JAVA_HOME environment variable.
Which issue this PR fixes: fixes https://github.com/adorsys/keycloak-config-cli/issues/1149
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR