From 137f426eac30a7cf540ae72447382bce6a77ea4b Mon Sep 17 00:00:00 2001 From: Vimal Raj Date: Sun, 10 Jan 2016 23:56:50 +0530 Subject: [PATCH 1/2] Added README file for mvn plugin --- plugins/mvn/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 plugins/mvn/README.md diff --git a/plugins/mvn/README.md b/plugins/mvn/README.md new file mode 100644 index 000000000..d2efd95fb --- /dev/null +++ b/plugins/mvn/README.md @@ -0,0 +1,28 @@ +## The mvn Plugin + +The [mvn](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mvn) plugin provides many [aliases](#Aliases). + +Enable it by adding _mvn_ to the [_plugins array_](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L48) before sourcing OMZ (see [[Plugins]]). + +## Aliases + +| Alias | Command | +|:---------------------|:------------------------------------------------------------------------------------------------------------------------------------------| +|mvncie|mvn clean install eclipse:eclipse| +|mvnci|mvn clean install| +|mvncist|mvn clean install -DskipTests| +|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| From 0d08f4f9d229374e4a36c22d08787c9ebe05ab7f Mon Sep 17 00:00:00 2001 From: Vimal Raj Date: Mon, 11 Jan 2016 00:21:09 +0530 Subject: [PATCH 2/2] Fixed the broken link for the plugins page --- plugins/mvn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mvn/README.md b/plugins/mvn/README.md index d2efd95fb..d521064ca 100644 --- a/plugins/mvn/README.md +++ b/plugins/mvn/README.md @@ -2,7 +2,7 @@ The [mvn](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mvn) plugin provides many [aliases](#Aliases). -Enable it by adding _mvn_ to the [_plugins array_](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L48) before sourcing OMZ (see [[Plugins]]). +Enable it by adding _mvn_ to the [_plugins array_](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L48) before sourcing OMZ (see [Plugins](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins)). ## Aliases