-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-8334] Fix output redirection #1826
Conversation
Looks good, the only strange thing is that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost all issues fixed, is good. Am also for enhancing logging (like multiplexing).
One issue (or non issue): mvn -v
is NOT (yet) colored, as I see it exits so fast that Jansi (or jline) is not yet inited.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last bits fixed, good to go!
JIRA issue: MNG-8334
Alternative PR to #1824 @cstamas, and it should fix both type of redirections (
-l
and shell stdout>
redirection)This PR is more in line with what I had in mind.
In particular, this would allow stuff like the multiplexed output from mvnd
where we display information to the terminal, but not the actual log output.