Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smaller output in codeql build #10787

Merged
merged 1 commit into from Nov 9, 2020
Merged

Smaller output in codeql build #10787

merged 1 commit into from Nov 9, 2020

Conversation

chrisvest
Copy link
Contributor

Motivation:
Printing download progress in the build log makes it harder to see what's wrong when the build fails.

Modification:
Change the maven command to not show transfer progress, also enable batch mode so Maven don't print in colors that we can't see anyway.

Result:
More concise code analysis build logs.

Motivation:
Printing download progress in the build log makes it harder to see what's wrong when the build fails.

Modification:
Change the maven command to not show transfer progress, also enable batch mode so Maven don't print in colors that we can't see anyway.

Result:
More concise code analysis build logs.
@normanmaurer normanmaurer merged commit b27d837 into netty:4.1 Nov 9, 2020
@normanmaurer normanmaurer added this to the 4.1.54.Final milestone Nov 9, 2020
normanmaurer pushed a commit that referenced this pull request Nov 9, 2020
Motivation:
Printing download progress in the build log makes it harder to see what's wrong when the build fails.

Modification:
Change the maven command to not show transfer progress, also enable batch mode so Maven don't print in colors that we can't see anyway.

Result:
More concise code analysis build logs.
@chrisvest chrisvest deleted the 41-codeql branch November 9, 2020 16:11
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:
Printing download progress in the build log makes it harder to see what's wrong when the build fails.

Modification:
Change the maven command to not show transfer progress, also enable batch mode so Maven don't print in colors that we can't see anyway.

Result:
More concise code analysis build logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants