diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index 2bd589a7..7763a3d2 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -331,6 +331,14 @@
${file} does not exist.${msg}
+
+
+
+
+
+ ${file} found and not expected.${msg}
+
+
diff --git a/plugin/project.xml b/plugin/project.xml
index fdd33dd8..4327bf17 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -23,7 +23,7 @@
3
maven-plugin-plugin
Maven Plugin Plugin
- 1.5
+ 1.6-SNAPSHOT
Maven Plugin management plugin. Requires Maven 1.0 RC4.
Maven Plugin plugin
http://maven.apache.org/reference/plugins/plugin/
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index 32958085..7ddf1e2a 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -24,6 +24,9 @@
Emmanuel Venisse
+
+ Add assertFileNotFound tag
+
Install to maven.plugin.dir instead of maven.home/plugins
More consistency in default goal naming (plugin:plugin)