Skip to content

Commit 8b3df99

Browse files
committed
Enable debug output for failing mvn command
1 parent c5437c7 commit 8b3df99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pipeline {
6969
unset JAVA_TOOL_OPTIONS
7070
unset _JAVA_OPTIONS
7171
# force qualifier to start with `z` so we identify it more easily and it always seem more recent than upstrea
72-
mvn install -DskipTests -Djava.io.tmpdir=$WORKSPACE/tmp \
72+
mvn install -X -DskipTests -Djava.io.tmpdir=$WORKSPACE/tmp \
7373
-Dtycho.buildqualifier.format="'z'yyyyMMdd-HHmm" \
7474
-Pp2-repo \
7575
-pl org.eclipse.jdt.core.compiler.batch,org.eclipse.jdt.core,org.eclipse.jdt.core.javac,org.eclipse.jdt.core.javac.feature,org.eclipse.jdt.core.tests.model,org.eclipse.jdt.core.tests.compiler,repository

0 commit comments

Comments
 (0)