mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add integration-test goals to mvn autocomplete
This commit is contained in:
parent
77c8d5c99e
commit
26b204cd05
1 changed files with 5 additions and 0 deletions
|
|
@ -71,6 +71,11 @@ function listMavenCompletions {
|
|||
# common lifecycle
|
||||
clean process-resources compile process-test-resources test-compile test integration-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…
Add table
Add a link
Reference in a new issue