[ https://issues.apache.org/jira/browse/FLINK-30738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Weijie Guo updated FLINK-30738: ------------------------------- Fix Version/s: 2.1.0 (was: 2.0.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 > Affects Versions: 2.1.0 > Reporter: Chesnay Schepler > Priority: Major > Labels: pull-request-available > Fix For: 2.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)