summaryrefslogtreecommitdiff
path: root/plugins/mvn
diff options
context:
space:
mode:
authorCarlos Chacin <cchacin@groupon.com>2014-08-01 01:59:45 -0400
committerCarlos Chacin <cchacin@groupon.com>2014-08-01 01:59:45 -0400
commit961ca143b81fe5d15f67bd3a61fe174e41e155b5 (patch)
tree0adc862340ab6c58ee808df462834c54e6770678 /plugins/mvn
parent207b6a1e338e03ba06cccf255fbaa7e6147e8f94 (diff)
downloadzsh-961ca143b81fe5d15f67bd3a61fe174e41e155b5.tar.gz
zsh-961ca143b81fe5d15f67bd3a61fe174e41e155b5.tar.bz2
zsh-961ca143b81fe5d15f67bd3a61fe174e41e155b5.zip
TomEE maven plugin + integration-test in common life-cycle
Diffstat (limited to 'plugins/mvn')
-rw-r--r--plugins/mvn/mvn.plugin.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh
index a70625fcf..0c4f77162 100644
--- a/plugins/mvn/mvn.plugin.zsh
+++ b/plugins/mvn/mvn.plugin.zsh
@@ -64,7 +64,7 @@ alias mvns='mvn site'
function listMavenCompletions {
reply=(
# common lifecycle
- clean process-resources compile process-test-resources test-compile test package verify install deploy site
+ clean process-resources compile process-test-resources test-compile test integration-test package verify install deploy site
# 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
@@ -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
+ # tomee
+ tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy
# spring-boot
spring-boot:run spring-boot:repackage
# exec