From 77f60e348def151efd7fbc474f2e96841e94d514 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 29 Jun 2004 11:41:05 +0000 Subject: [PATCH] Add assertFileNotFound tag to assert taglib git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115594 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 8 ++++++++ plugin/project.xml | 2 +- plugin/xdocs/changes.xml | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) 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)