netty5/.github/workflows
Chris Vest b0d1bff64b Make build log output less chatty (#11365)
Motivation:
When Maven does not run in batch mode, it will continuously print its progress as it downloads dependencies.
This can produce a very large amount of log output, that makes it harder to debug build failures.

Modification:
Make all Maven builds run in batch mode by adding the `-B` command line flag, and have transfer progress suppressed with the `-ntp` flag.
Some builds were already running batch mode but had the flag in a different location – these have had their `-B` flag moved so all builds are consistent.

Result:
Much less output in our build logs where Maven is just downloading stuff.
2021-06-07 10:54:43 +02:00
..
ci-build.yml Add license header to our scripts and workflows (#11282) 2021-05-19 14:07:00 +02:00
ci-deploy.yml Add license header to our scripts and workflows (#11282) 2021-05-19 14:07:00 +02:00
ci-pr-reports.yml Add builds for windows (#11284) 2021-05-26 12:12:30 +02:00
ci-pr.yml Make build log output less chatty (#11365) 2021-06-07 10:54:43 +02:00
ci-release.yml Make build log output less chatty (#11365) 2021-06-07 10:54:43 +02:00
codeql-analysis.yml Make build log output less chatty (#11365) 2021-06-07 10:54:43 +02:00