From 155506715e836a655de3384037f96afeceae3cab Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 11 Jun 2005 06:55:23 +0000 Subject: [PATCH] PR: MPSHELL-1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190086 13f79535-47bb-0310-9956-ffa450edef68 --- shell/plugin.jelly | 24 +++++++++++++++++++++++ shell/project.xml | 2 +- shell/xdocs/changes.xml | 3 +++ shell/xdocs/index.xml | 42 +++++++++++++++++++++++++++++++++++++++-- 4 files changed, 68 insertions(+), 3 deletions(-) diff --git a/shell/plugin.jelly b/shell/plugin.jelly index aa122024..a44aea6f 100644 --- a/shell/plugin.jelly +++ b/shell/plugin.jelly @@ -114,4 +114,28 @@ case "$state" in + + + + + + + + + + + + + +${goal} + + + + + + + + + diff --git a/shell/project.xml b/shell/project.xml index 028a5e37..a5e920c9 100644 --- a/shell/project.xml +++ b/shell/project.xml @@ -23,7 +23,7 @@ 3 maven-shell-plugin Maven Shell Plug-in - 1.1 + 1.2-SNAPSHOT A plugin to generate various files for different shells to allow tab completion for maven goals Shell Plugin for Maven http://maven.apache.org/reference/plugins/shell/ diff --git a/shell/xdocs/changes.xml b/shell/xdocs/changes.xml index d00c5c41..1c23749a 100644 --- a/shell/xdocs/changes.xml +++ b/shell/xdocs/changes.xml @@ -24,6 +24,9 @@ Kasper Nielsen + + Bash completion support + Apply MAVEN-850 diff --git a/shell/xdocs/index.xml b/shell/xdocs/index.xml index 9ec61e7a..a4cfc766 100644 --- a/shell/xdocs/index.xml +++ b/shell/xdocs/index.xml @@ -25,10 +25,10 @@ -
+

This plug-in provides the ability to generate shell script files - that allows for tab completion. + that allows for tab completion.

For more information on the functionality provided by this plugin, @@ -39,6 +39,44 @@ by this plugin, please see the properties document.

+ +

+ You must add this to your bash_completion.d directory: +

+ +