Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
25dddd2d
Commit
25dddd2d
authored
May 12, 2016
by
Marc Cornellà
Browse files
Merge branch 'email2vimalraj/readme-for-maven'
Close #4764
parents
817889c9
30870d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/mvn/README.md
0 → 100644
View file @
25dddd2d
## Introduction
The
[
mvn plugin
](
https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mvn
)
provides many
[
useful aliases
](
#aliases
)
as well as completion for the
`mvn`
command.
Enable it by adding
`mvn`
to the plugins array in your zshrc file:
```
zsh
plugins
=(
... mvn
)
```
## 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`
|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment