diff options
author | Guerki <pol.guerkinger@gmail.com> | 2014-07-29 09:27:58 +0200 |
---|---|---|
committer | Guerki <pol.guerkinger@gmail.com> | 2014-07-29 09:27:58 +0200 |
commit | 65ce765043e75ffb459763565f21df786022f092 (patch) | |
tree | bbc50582ee0a239c7adc143bc7ef5509e6177c4d /plugins/mvn | |
parent | db3dd6d755776daf19b55f6a1cae080ae684030a (diff) | |
parent | 207b6a1e338e03ba06cccf255fbaa7e6147e8f94 (diff) | |
download | zsh-65ce765043e75ffb459763565f21df786022f092.tar.gz zsh-65ce765043e75ffb459763565f21df786022f092.tar.bz2 zsh-65ce765043e75ffb459763565f21df786022f092.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugins/mvn')
-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 |