From d876cc18b90d41f67e219dff7312d264af8254ef Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 15 Mar 2004 11:47:05 +0000 Subject: [PATCH] - Add optional msg attribute to assertFileExists and assertEquals tags git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114911 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 8 ++++++-- plugin/xdocs/changes.xml | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 58294746..81471f6b 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -277,14 +277,18 @@ + - ${file} does not exist + ${file} does not exist.${msg} + + + - Expected [${expected}] but got [${value}] + Expected [${expected}] but got [${value}].${msg} diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index feb62cb4..bb7604e4 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -25,6 +25,9 @@ + + Add optional msg attribute to assertFileExists and assertEquals tags + Don't uninstall incorrect plugins when running plugin:download