Skip to content

Commit dfb0a18

Browse files
committed
Enable full debug logging maven.
1 parent 7bb1c79 commit dfb0a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/dependencybuild/scripts/maven-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [ -n "${ENFORCE_VERSION}" ]; then
44
fi
55

66
echo "Running Maven command with arguments: $@"
7-
mvn -V -B -e "$@" | tee ${JBS_WORKDIR}/logs/maven.log
7+
mvn -X -V -B -e "$@" | tee ${JBS_WORKDIR}/logs/maven.log

0 commit comments

Comments
 (0)