Skip to content

patelnimesh/maven-color

 
 

Repository files navigation

#Maven Color

A multi-OS colorized Maven console.

asciicast

#What's new ?

See CHANGELOG for latest changes.

#Installation

Follow instructions here

#Documentation

Visit the wiki.
You'll find known problem solutions and how to customize colors.

Build

Status

Build Status Build status Coverage Status Quality Gate Technical debt ratio

Release

mvn -B release:prepare release:perform

Testing with Docker

docker build . -t jcgay/maven-color
docker run -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color mvn clean verify
docker run -e MAVEN_OPTS="$MAVEN_OPTS -Dmaven.color=false" -it --rm -v /Users/jcgay/.m2:/root/.m2 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven jcgay/maven-color mvn clean verify

About

A colorized Maven console

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.9%
  • PowerShell 2.9%
  • Ruby 2.0%
  • Batchfile 1.2%