Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 801 Bytes

File metadata and controls

19 lines (13 loc) · 801 Bytes

lesaint-mvn

My Maven plugins for Oh-My-Zsh which can be integrated via Antigen

This is a fork of the mvn plugin bundled with oh-my-sh where :

  • I removed all the existing aliases which I find to long and most of them are useless to me
  • I added the alias I actually use
  • Changed the wrapping function around mvn to support the following features
    • enable multithreading by default (currenr value is 3 because my computer has 4 cores)
    • multithreading can be disable with option -n from the command line
    • maven output coloring (as is from the oh-my-zsh mvn plugin)

Installation

Antigen

Add antigen bundle lesaint/lesaint-mvn to your .zshrc where you have your other bundle commands.