diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index b8573e55..18093259 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -5,6 +5,7 @@ xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:u="jelly:util" + xmlns:define="jelly:define" xmlns:x="jelly:xml"> - + + + @@ -241,4 +248,15 @@ ignoreFailures="false" /> + + + + + + + ${file} does not exist + + + + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 75348409..882aca6d 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -7,7 +7,13 @@ - Add plugin:test goal + + Added assert:assertFileExists tag to verify if a file exists while + testing a plugin. + + + Add plugin:test goal +