Skip to content

Commit

Permalink
Provide more java-maven debug output
Browse files Browse the repository at this point in the history
Show the value of JAVA_HOME for debugging purposes

Signed-off-by: Aidan Delaney <[email protected]>
  • Loading branch information
AidanDelaney committed Jul 10, 2023
1 parent a3511f5 commit c3663a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/java-maven/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ else
fi
if [[ ${maven_url} != ${cached_maven_url} ]] ; then
echo "---> Installing Maven"
echo " Using JAVA_HOME ${JAVA_HOME}"
rm -rf "${maven_layer_dir}"
mkdir -p "${maven_layer_dir}"
wget -q -O - "${maven_url}" | tar pxz -C "${maven_layer_dir}" --strip-components=1
Expand Down

0 comments on commit c3663a1

Please sign in to comment.