diff options
author | Robby Russell <robby@planetargon.com> | 2014-07-15 07:40:19 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-07-15 07:40:19 -0700 |
commit | 6eefbe24a3cbdae5ef929744da467a705f3bf054 (patch) | |
tree | d39572b6cfb89f2db2f6da8607fba7b912658672 /plugins | |
parent | 14439e057120a92c88f636e928d0fe21e7e40e68 (diff) | |
parent | 8d762e46f7c276ec81c1d0e1eda3dda250913689 (diff) | |
download | zsh-6eefbe24a3cbdae5ef929744da467a705f3bf054.tar.gz zsh-6eefbe24a3cbdae5ef929744da467a705f3bf054.tar.bz2 zsh-6eefbe24a3cbdae5ef929744da467a705f3bf054.zip |
Merge pull request #2935 from kubamarchwicki/mvn-plugin-spring-boot
Enable Spring-boot autocomplete
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mvn/mvn.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index 2b7683078..a70625fcf 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -129,6 +129,8 @@ function listMavenCompletions { tomcat6:run tomcat6:run-war tomcat6:run-war-only tomcat6:stop tomcat6:deploy tomcat6:undeploy # tomcat7 tomcat7:run tomcat7:run-war tomcat7:run-war-only tomcat7:deploy + # spring-boot + spring-boot:run spring-boot:repackage # exec exec:exec exec:java # versions |