Skip to content

Commit c6d2f53

Browse files
committed
fix(pack-images): mvnw permission denied
1 parent 6fbc7a6 commit c6d2f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildpacks/java/lib/maven_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "---> Building target with maven"
88
cp -rf "$(pwd)" /tmp/source \
99
&& cd /tmp/source \
1010
&& ln -s "${layers_dir}/maven" "${HOME}/.m2" \
11-
&& ./mvnw clean install -B -DskipTests \
11+
&& bash mvnw clean install -B -DskipTests \
1212
&& mv /tmp/source/target "${target_layer_dir}" \
1313
&& cd -
1414

0 commit comments

Comments
 (0)