From 260df3be3f5b16a7392c01aebfef0f1dec9f1fe7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 6 May 2013 09:47:12 -0400 Subject: [PATCH] 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