diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index d8d81bfb..2bd589a7 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -44,33 +44,28 @@
Must remove the deploy plugin to use this version of the plugin plugin.
Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from
- ${maven.plugin.dir} and ${maven.plugin.unpacked.dir} (if it exists)
+ ${maven.plugin.dir} and ${maven.plugin.user.dir} (if it exists)
-
-
-
-
-
-
-
+
+
+
+
-
-
+
+ todir="${maven.plugin.dir}" />
-
@@ -90,21 +85,6 @@
-
-
-
-
-
-
- Warning: Contents of ${maven.home}/plugins/${maven.final.name}.jar does not match
- the unpacked contents of ${maven.plugin.unpacked.dir}/${maven.final.name} directory.
-
-
-
-
-
@@ -220,7 +200,7 @@
-
+
@@ -282,7 +262,7 @@
-
+
-
+
-
+
-
+
-
+
+
+
+
@@ -325,7 +308,6 @@
-
diff --git a/plugin/project.xml b/plugin/project.xml
index 842be34e..d66ae896 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -24,7 +24,7 @@
maven-plugin-plugin
Maven Plugin Plugin
1.5-SNAPSHOT
- Maven Plugin management plugin. Requires Maven 1.0 RC3.
+ Maven Plugin management plugin. Requires Maven 1.0 RC4.
Maven Plugin plugin
http://maven.apache.org/reference/plugins/plugin/
http://jira.codehaus.org/browse/MPPLUGIN
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index 421b3c2f..7cf175a3 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -25,6 +25,9 @@
+ Install to maven.plugin.dir instead of maven.home/plugins
+ More consistency in default goal naming (plugin:plugin)
+ plugin goal no longer installs to local repository: use plugin:repository-install
Use the artifact plugin instead of the deploy plugin