diff options
author | Mats Faugli <mats.faugli@gmail.com> | 2016-10-04 00:47:59 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-10-04 00:47:59 +0200 |
commit | d57f36dab82b332be6fd7362c0916b226709834b (patch) | |
tree | 4d388e8bdbefa91f3a8ddcfc50b57c796f05c4f4 /plugins/mvn | |
parent | 2a0223370a2e5bae604344a735ad7b53f30b0cab (diff) | |
download | zsh-d57f36dab82b332be6fd7362c0916b226709834b.tar.gz zsh-d57f36dab82b332be6fd7362c0916b226709834b.tar.bz2 zsh-d57f36dab82b332be6fd7362c0916b226709834b.zip |
Add jgitflow maven goals (#5489)
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 625aad949..04bd186af 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -110,6 +110,8 @@ function listMavenCompletions { help:active-profiles help:all-profiles help:describe help:effective-pom help:effective-settings help:evaluate help:expressions help:system # release release:clean release:prepare release:rollback release:perform release:stage release:branch release:update-versions + # jgitflow + jgitflow:feature-start jgitflow:feature-finish jgitflow:release-start jgitflow:release-finish jgitflow:hotfix-start jgitflow:hotfix-finish jgitflow:build-number # repository repository:bundle-create repository:bundle-pack # source |