From 9d395e5e2962871f9fb1f8616ceb971fc3fa9725 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 30 Nov 2005 21:38:59 +0000 Subject: [PATCH] Require plugin-plugin >= 1.7 for pom:validate git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@350058 13f79535-47bb-0310-9956-ffa450edef68 --- pom/plugin.jelly | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom/plugin.jelly b/pom/plugin.jelly index dbb7c0a4..b38e17ff 100644 --- a/pom/plugin.jelly +++ b/pom/plugin.jelly @@ -27,7 +27,8 @@ xmlns:ant="jelly:ant" xmlns:x="jelly:xml" xmlns:log="jelly:log" - xmlns:artifact="artifact"> + xmlns:artifact="artifact" + xmlns:assert="assert"> @@ -61,6 +62,12 @@ name="pom:validate" description="Validate the Maven XML project descriptor"> + +