Ferenc Csaky created FLINK-35662:
------------------------------------
Summary: Use maven batch mode in k8s-operator CI
Key: FLINK-35662
URL: https://issues.apache.org/jira/browse/FLINK-35662
Project: Flink
Issue Type: Improvement
Components: Kubernetes Operator
Reporter: Ferenc Csaky
Fix For: kubernetes-operator-1.10.0
Currently, the GitHub workflows do not use batch mode in the k8s-operator repo,
so there are a lot of lines in the log like this:
{code}
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB
{code}
To produce logs that are for more easy to navigate, all {{mvn}} calls should
apply the batch-mode option {{-B}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)