diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index cfc60ddb..ab2f6e55 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -27,7 +27,8 @@
xmlns:maven="jelly:maven"
xmlns:plugin="plugin"
xmlns:u="jelly:util"
- xmlns:x="jelly:xml">
+ xmlns:x="jelly:xml"
+ xmlns:assert="assert">
@@ -379,6 +380,16 @@
${file} does not exist.${msg}
+
+
+
+
+
+
+
+ ${file} does not contain string [${match}].${msg}
+
+
diff --git a/plugin/project.xml b/plugin/project.xml
index 26fade59..c87fdc7c 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -2,7 +2,7 @@
-
+
-
-
+
+
+
@@ -30,11 +33,20 @@
- navigation.xml,goals.xml,properties.xml,tags.xml
+ navigation.xml,goals.xml,properties.xml,tags.xml
-
-
+
+
+
+
+
+
+ This is a test blah blah...
+
+
+
\ No newline at end of file
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index 57ac56e1..c1403a7a 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -24,7 +24,11 @@
Emmanuel Venisse
-
+
+
+ Added new assert:assertFileContains tag that verifies if a
+ file contains a specific string.
+
Add plugin:generate-tags goal
Mention in docs for the plugin:repository-deploy that it uses the artifact plugin