diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index 280661ab..0bf886af 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -187,7 +187,9 @@
repo is '${repo}'
-
+
+
trying to download ${remoteFile}
@@ -195,7 +197,7 @@
-
+
@@ -206,30 +208,19 @@
-
+
-
+
- Plugin downloaded, removing other versions
+ Plugin downloaded, removing other versions\
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/plugin/project.xml b/plugin/project.xml
index d868d207..2203c6ac 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -33,6 +33,15 @@
Developer
+
+ Eric Pugh
+ epugh
+ epugh at apache dot org
+ OpenSource Connections
+
+ Developer
+
+
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index b9118348..cad4a562 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -7,6 +7,11 @@
+
+ Fixed the plugin:download goal to work. Previously it would delete
+ the plugin you just downloaded. Also now leverages the plugin:uninstall
+ goal.
+
Added assert:assertEquals tag to verify if two values are equal
while testing a plugin.
diff --git a/plugin/xdocs/goals.xml b/plugin/xdocs/goals.xml
index eaf8b237..ea910ca4 100644
--- a/plugin/xdocs/goals.xml
+++ b/plugin/xdocs/goals.xml
@@ -42,6 +42,10 @@
plugin:install
Install the plugin in Maven's plugins dir
+
+ plugin:uninstall
+ Uninstall all versions of the plugin in Maven's plugins dir
+
plugin:test
Run a plugin's test project