From a79c8c2e62adc585af23a38966e2908a43bd4aa3 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 17 Nov 2003 21:32:41 +0000 Subject: [PATCH] Added assert:assertFileExists tag to verify if a file exists while testing a plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114372 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 20 +++++++++++++++++++- plugin/xdocs/changes.xml | 8 +++++++- 2 files changed, 26 insertions(+), 2 deletions(-) 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 +