Console Colors in Maven output

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?

4 comments
Comment actions Permalink

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.

0
Comment actions Permalink

@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?

 

0

Please sign in to leave a comment.