Skip to content

Commit e2d0271

Browse files
authored
Remove debug log messages from maven (#336)
These can be reenabled if diagnosing a problem, but shouldn't be there all the time as they slow down the build and make the build output huge
1 parent a40e4f1 commit e2d0271

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
@@ -40,7 +40,7 @@ pipeline {
4040
which clangd
4141
clangd --version
4242
/jipp/tools/apache-maven/latest/bin/mvn \
43-
clean verify -B -V -X -e \
43+
clean verify -B -V -e \
4444
-Dmaven.test.failure.ignore=true \
4545
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
4646
-P production \

0 commit comments

Comments
 (0)