diff options
author | kubamarchwicki <kuba@marchwicki.pl> | 2014-07-07 15:12:47 +0200 |
---|---|---|
committer | kubamarchwicki <kuba@marchwicki.pl> | 2014-07-07 15:12:47 +0200 |
commit | 8d762e46f7c276ec81c1d0e1eda3dda250913689 (patch) | |
tree | 7d99590d20980d7fd93064860826e440787e2389 /plugins/mvn/mvn.plugin.zsh | |
parent | 5728a5608d7e802999266ff2387747e4957be938 (diff) | |
download | zsh-8d762e46f7c276ec81c1d0e1eda3dda250913689.tar.gz zsh-8d762e46f7c276ec81c1d0e1eda3dda250913689.tar.bz2 zsh-8d762e46f7c276ec81c1d0e1eda3dda250913689.zip |
Spring boot autocomplete
Diffstat (limited to 'plugins/mvn/mvn.plugin.zsh')
-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 |