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:
+
+
+