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
Oh My Zsh
Commits
fc606d91
Commit
fc606d91
authored
Feb 07, 2015
by
Deepu Mohan Puthrote
Browse files
Added alias for downloading maven dependencies' sources and javadocs
parent
550ccca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/mvn/mvn.plugin.zsh
View file @
fc606d91
...
...
@@ -60,6 +60,8 @@ alias mvntc='mvn tomcat:run'
alias
mvnjetty
=
'mvn jetty:run'
alias
mvndt
=
'mvn dependency:tree'
alias
mvns
=
'mvn site'
alias
mvnsrc
=
'mvn dependency:sources'
alias
mvndocs
=
'mvn dependency:resolve -Dclassifier=javadoc'
function
listMavenCompletions
{
reply
=(
...
...
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