gnodet commented on PR #1279: URL: https://github.com/apache/maven/pull/1279#issuecomment-1868371504
> > eg. > > ``` > > mvn buildplan:list-phase > > ``` > > It works when using a terminal. However, when the output is redirected to a file, the ansi sequences are not stripped correctly when using the `org.apache.maven.shared.logging.MessageUtils`. The reason is that the ansi sequences are currently stripped inside the `System.out` and `System.err` streams. So I'll postpone this change until [jline/jline3#871](https://github.com/jline/jline3/pull/871) is done and released. I've upgrade to latest JLine, which now includes Jansi. The integration with maven-shared-utils works correctly now. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org