You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Janosch Schwalm 3cd8eaf9bb execute mvnw with "mvn" when mvnw-file is present (#6484) 8 years ago
..
README.md Added 'clean verify' to the mvn plugin targets (#6339) 8 years ago
mvn.plugin.zsh execute mvnw with "mvn" when mvnw-file is present (#6484) 8 years ago

README.md

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
mvncv mvn clean verify
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