[MNG-8334] Fix output redirection#1826
Merged
gnodet merged 11 commits intoapache:masterfrom Oct 22, 2024
Merged
Conversation
Member
|
Looks good, the only strange thing is that |
cstamas
approved these changes
Oct 22, 2024
Member
cstamas
left a comment
There was a problem hiding this comment.
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.
|
Resolve #9519 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA issue: MNG-8334
Alternative PR to #1824 @cstamas, and it should fix both type of redirections (
-land 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.