If you are using the Atlassian Plugin SDK in a UNIX, Linux, or OSX environment you can ensure that your Maven output comes in true colour. Just add an environment variable with the name MAVEN_COLOR
and value true
.
1 2export MAVEN_COLOR=true
Your Maven output will look something like this:
Rate this page: