diff options
author | Robby Russell <robby@planetargon.com> | 2013-04-22 19:07:07 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-04-22 19:07:07 -0700 |
commit | 5f32c8e1556685715555b362871515a43b13b2dc (patch) | |
tree | 4d8862d73e9f9b7f03c54fd84b82b1789ced0a14 /plugins | |
parent | 85426a57a2561f675a6ad51754d6687c3ec571c2 (diff) | |
parent | 785b1c6337e1da6b2356e71b72ef6b4c93460e90 (diff) | |
download | zsh-5f32c8e1556685715555b362871515a43b13b2dc.tar.gz zsh-5f32c8e1556685715555b362871515a43b13b2dc.tar.bz2 zsh-5f32c8e1556685715555b362871515a43b13b2dc.zip |
Merge pull request #1747 from dhemmerling/mvn_tomcat-redeploy
mvn plugin was missing "redeploy" completion for tomcat.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mvn/mvn.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index c2d8e7ed7..799f6fc8c 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -114,7 +114,7 @@ function listMavenCompletions { # jboss jboss:start jboss:stop jboss:deploy jboss:undeploy jboss:redeploy # tomcat - tomcat:start tomcat:stop tomcat:deploy tomcat:undeploy tomcat:undeploy + tomcat:start tomcat:stop tomcat:deploy tomcat:undeploy tomcat:redeploy # tomcat6 tomcat6:run tomcat6:run-war tomcat6:run-war-only tomcat6:stop tomcat6:deploy tomcat6:undeploy # tomcat7 |