From 60abcae4639f74147776765f1c1cd97008f8cfd1 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 2 Oct 2005 01:03:29 +0000 Subject: [PATCH] Use the artifact plugin to resolve project.xml inheritance when installing plugin. Must be fixed : override properties aren't used. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293049 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 7 ++++--- plugin/xdocs/index.xml | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index eaa214d8..f4dbbb48 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -215,20 +215,21 @@ Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversio - + - ${pom.projectAsString} + - + + +
+

Be careful, this plugin need maven 1.1 and at least the release 1.7 of the artifact plugin.

+