jcgay / maven-color

A colorized Maven console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable coloring in batch mode

jcgay opened this issue · comments

Asked in #17 and #18

When mvn is launched with -B (or --batch-mode) option, we may automatically disable coloring ?

I will not try to implement it for now, colors can be disabled with https://github.com/jcgay/maven-color/wiki#disable-coloring when needed.