netty5/.github
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
..
scripts Add license header to our scripts and workflows (#11282) 2021-05-19 14:07:00 +02:00
workflows Make build log output less chatty (#11365) 2021-06-07 10:54:43 +02:00
CONTRIBUTING.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
ISSUE_TEMPLATE.md Use GitHub Issue/PR Template Feature 2016-12-07 11:40:26 -08:00
PULL_REQUEST_TEMPLATE.md Use GitHub Issue/PR Template Feature 2016-12-07 11:40:26 -08:00