/mvnc

Colors for maven output

Primary LanguageShellMIT LicenseMIT

mvnc - Colors for maven output

Screnshots

screen1 screen2 screen4

Install

  1. Copy mvnc script to directory ~/bin/
  2. Add execution permission to script : chmod +x ~/bin/mvnc
  3. Add alias to shell ex: .bashrc : alias mvn=~/bin/mvnc
  4. Reload .bashrc : source ~/.bashrc