[
https://issues.apache.org/jira/browse/FLINK-30738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xintong Song updated FLINK-30738:
---------------------------------
Fix Version/s: 1.18.0
(was: 1.17.0)
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: connector-parent-1.0.0, 1.18.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)