oh-my-zsh/plugins/mvn
Frederick Roth ce4d8a5cad Add -DskipITs and completion for -Dit.test mvn plugin (#3641)
* Adds -DskipITs to auto completion list

* Adds integration test completion
2016-09-14 11:10:14 +02:00
..
mvn.plugin.zsh Add -DskipITs and completion for -Dit.test mvn plugin (#3641) 2016-09-14 11:10:14 +02:00
README.md add 'mvn clean install -DskipTests --offline' alias to speed up maven compile (#5153) 2016-06-15 05:42:48 +02:00

Introduction

The mvn plugin provides many useful aliases as well as completion for the mvn command.

Enable it by adding mvn to the plugins array in your zshrc file:

plugins=(... mvn)

Aliases

Alias Command
mvncie mvn clean install eclipse:eclipse
mvnci mvn clean install
mvncist mvn clean install -DskipTests
mvncisto mvn clean install -DskipTests --offline
mvne mvn eclipse:eclipse
mvnd mvn deploy
mvnp mvn package
mvnc mvn clean
mvncom mvn compile
mvnct mvn clean test
mvnt mvn test
mvnag mvn archetype:generate
mvn-updates mvn versions:display-dependency-updates
mvntc7 mvn tomcat7:run
mvnjetty mvn jetty:run
mvndt mvn dependency:tree
mvns mvn site
mvnsrc mvn dependency:sources
mvndocs mvn dependency:resolve -Dclassifier=javadoc