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
0dbe7ece
Commit
0dbe7ece
authored
Jan 31, 2017
by
sparsick
Committed by
Marc Cornellà
Feb 17, 2019
Browse files
mvn: add alias to 'mvn clean deploy'
parent
4d4a2fac
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/mvn/README.md
View file @
0dbe7ece
...
...
@@ -19,6 +19,7 @@ plugins=(... mvn)
|
`mvne`
|
`mvn eclipse:eclipse`
|
|
`mvncv`
|
`mvn clean verify`
|
|
`mvnd`
|
`mvn deploy`
|
|
`mvncd`
|
`mvn clean deploy`
|
|
`mvnp`
|
`mvn package`
|
|
`mvnc`
|
`mvn clean`
|
|
`mvncom`
|
`mvn compile`
|
...
...
plugins/mvn/mvn.plugin.zsh
View file @
0dbe7ece
...
...
@@ -63,6 +63,7 @@ alias mvne='mvn eclipse:eclipse'
alias
mvnce
=
'mvn clean eclipse:clean eclipse:eclipse'
alias
mvncv
=
'mvn clean verify'
alias
mvnd
=
'mvn deploy'
alias
mvncd
=
'mvn clean deploy'
alias
mvnp
=
'mvn package'
alias
mvnc
=
'mvn clean'
alias
mvncom
=
'mvn compile'
...
...
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