From f0ab157ced94adf65266b68c23d72475bd82fa65 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 5 May 2013 10:24:10 -0400 Subject: [PATCH 1/2] Add Tycho support to mvn auto-completion --- plugins/mvn/mvn.plugin.zsh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index c2d8e7ed7..23669438c 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -119,6 +119,34 @@ 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 + + # tycho + org.eclipse.tycho:tycho-compiler-plugin:compile + org.eclipse.tycho:tycho-p2-director-plugin:archive-products + org.eclipse.tycho:tycho-p2-director-plugin:materialize-products + org.eclipse.tycho:tycho-p2-publisher-plugin:attach-artifacts + org.eclipse.tycho:tycho-p2-publisher-plugin:publish-categories + org.eclipse.tycho:tycho-p2-publisher-plugin:publish-ee-profile + org.eclipse.tycho:tycho-p2-publisher-plugin:publish-products + org.eclipse.tycho:tycho-p2-repository-plugin:archive-repository + org.eclipse.tycho:tycho-p2-repository-plugin:assemble-repository + org.eclipse.tycho:tycho-p2-repository-plugin:verify-repository + org.eclipse.tycho:tycho-packaging-plugin:build-qualifier + org.eclipse.tycho:tycho-packaging-plugin:build-qualifier-aggregator + org.eclipse.tycho:tycho-packaging-plugin:package-feature + org.eclipse.tycho:tycho-packaging-plugin:package-plugin + org.eclipse.tycho:tycho-packaging-plugin:package-target-definition + org.eclipse.tycho:tycho-packaging-plugin:product-export + org.eclipse.tycho:tycho-packaging-plugin:update-site + org.eclipse.tycho:tycho-packaging-plugin:update-site-packaging + org.eclipse.tycho:tycho-packaging-plugin:validate-id + org.eclipse.tycho:tycho-packaging-plugin:validate-version + org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms + org.eclipse.tycho:tycho-source-plugin:plugin-source + org.eclipse.tycho:tycho-surefire-plugin:test + org.eclipse.tycho:tycho-versions-plugin:set-version + org.eclipse.tycho:tycho-versions-plugin:update-pom + # exec exec:exec exec:java # versions From 260df3be3f5b16a7392c01aebfef0f1dec9f1fe7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 6 May 2013 09:47:12 -0400 Subject: [PATCH 2/2] Add Tycho-extras support to mvn auto-completion --- plugins/mvn/mvn.plugin.zsh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index 23669438c..1e76ab30d 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -146,6 +146,14 @@ function listMavenCompletions { org.eclipse.tycho:tycho-surefire-plugin:test org.eclipse.tycho:tycho-versions-plugin:set-version org.eclipse.tycho:tycho-versions-plugin:update-pom + # tycho-extras + org.eclipse.tycho.extras:tycho-p2-extras-plugin:mirror + org.eclipse.tycho.extras:tycho-p2-extras-plugin:publish-features-and-bundles + org.eclipse.tycho.extras:target-platform-validation-plugin:validate-target-platform + org.eclipse.tycho.extras:tycho-eclipserun-plugin:eclipse-run + org.eclipse.tycho.extras:tycho-source-feature-plugin:source-feature + org.eclipse.tycho.extras:tycho-pack200a-plugin:normalize + org.eclipse.tycho.extras:tycho-pack200b-plugin:normalize # exec exec:exec exec:java