gnodet opened a new pull request, #737:
URL: https://github.com/apache/maven/pull/737
PR for testing.
A few things:
* I had to redefine the `getTerminalWidth()` method to take into account
the fact that the output can be redirected, in which case the previous
`getTerminalWidth()` returns the width of the console using the err stream.
* the exact behavior when the output is redirected needs to be chosen:
the behavior could depend if the output is actually padded or not, or the
output could be padded only in the case the output is actually displayed on the
console. The behavior with this PR is to consider a default width of 80,
thereby using the previous behavior
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]