Chesnay Schepler created FLINK-30738:
----------------------------------------
Summary: Disable verbose mode
Key: FLINK-30738
URL: https://issues.apache.org/jira/browse/FLINK-30738
Project: Flink
Issue Type: Sub-task
Components: Build System
Reporter: Chesnay Schepler
Fix For: 1.17.0, connector-parent-1.0
The plugin has verbose mode enabled by default. we can reduce some noise in the
build output by disabling that.
Specifically, this part can be omitted:
{code:java}
[INFO] CycloneDX: Parameters
[INFO] ------------------------------------------------------------------------
[INFO] schemaVersion : 1.4
[INFO] includeBomSerialNumber : true
[INFO] includeCompileScope : true
[INFO] includeProvidedScope : true
[INFO] includeRuntimeScope : true
[INFO] includeTestScope : false
[INFO] includeSystemScope : true
[INFO] includeLicenseText : true
[INFO] outputReactorProjects : true
[INFO] outputFormat : all
[INFO] outputName : bom
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)