mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
mvn: add integration-test options to mvn autocomplete
This commit is contained in:
parent
0a5e69b87e
commit
9afaa0c406
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue