Skip to content

Reduce the maven logs significantly

Hannes Rosenögger requested to merge haynes/spotbugs:reduce_maven_noise into master

What does this MR do?

Currently the maven command is only called with -DskipTests.
This produces a massive amount of logs, because maven logs the downloads process of every dependency.
This MR adds --batch-mode to the default MAVEN_CLI_OPTIONS.
This reduces the generated logs quiet a bit.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Hannes Rosenögger

Merge request reports