summaryrefslogtreecommitdiff
path: root/plugins/mvn
diff options
context:
space:
mode:
authorBryan Banz <bryan.banz@firemon.com>2014-10-22 12:15:29 -0500
committerMarc Cornellà <marc.cornella@live.com>2019-02-17 20:35:15 +0100
commit9afaa0c40625a8fa03531efeac6e364d15810e95 (patch)
tree7dd66131001dd7455b41fe3853e8a1af18ad9c9f /plugins/mvn
parent0a5e69b87eef354e96d8995b786082de7f67c082 (diff)
downloadzsh-9afaa0c40625a8fa03531efeac6e364d15810e95.tar.gz
zsh-9afaa0c40625a8fa03531efeac6e364d15810e95.tar.bz2
zsh-9afaa0c40625a8fa03531efeac6e364d15810e95.zip
mvn: add integration-test options to mvn autocomplete
Diffstat (limited to 'plugins/mvn')
-rw-r--r--plugins/mvn/mvn.plugin.zsh5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh
index 7dd3c98dd..28d49d73b 100644
--- a/plugins/mvn/mvn.plugin.zsh
+++ b/plugins/mvn/mvn.plugin.zsh
@@ -90,7 +90,10 @@ alias mvndocs='mvn dependency:resolve -Dclassifier=javadoc'
function listMavenCompletions {
reply=(
# common lifecycle
- clean initialize process-resources compile process-test-resources test-compile test integration-test package verify install deploy site
+ clean initialize process-resources compile process-test-resources test-compile test package verify install deploy site
+
+ # integration testing
+ pre-integration-test integration-test
# common plugins
deploy failsafe install site surefire checkstyle javadoc jxr pmd ant antrun archetype assembly dependency enforcer gpg help release repository source eclipse idea jetty cargo jboss tomcat tomcat6 tomcat7 exec versions war ear ejb android scm buildnumber nexus repository sonar license hibernate3 liquibase flyway gwt