Console Colors in Maven output Follow
Answered
I noticed that if I use Maven directly from the Terminal I have the Color Schema I chose in `Editor | Color Scheme | Console Colors`, while if I use Maven from the IntelliJ plugin the output is white.
Is there a way to have also the output of the Maven plugin use the defined Color Schema?
Please sign in to leave a comment.
Feel free to create request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA
Maven plug-in output is not using Terminal, so the special support for ANSI colors would be needed for IntelliJ IDEA console and this specific Run/Debug configuration type. The core support is already present and is used by some run/debug configuration, but it has to be specifically enabled in the code for each case.
@Baranov So if I make a feature request it should "just" need to enable the color support for the Maven plugin to be resolved, right?
Yes, see the related comment: https://youtrack.jetbrains.com/issue/IDEA-69880#comment=27-1115283.