mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #3559 from WarFox/feature/mvn-plugin-src-docs
Added alias for downloading maven dependencies' sources and javadocs
This commit is contained in:
commit
9d0a9b8078
1 changed files with 2 additions and 0 deletions
|
@ -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=(
|
||||
|
|
Loading…
Reference in a new issue