From 3ed56886cac4ec22b7b1aca0bbb8fbc08bfbfc46 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 2 Oct 2005 00:54:53 +0000 Subject: [PATCH] Upgrade to 1.7-SNAPSHOT New tag artifact:rewritePOM : Rewrite a full model. Inheritence and expression are resolved. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293047 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/plugin.jelly | 9 +++++++++ artifact/project.xml | 2 +- artifact/xdocs/changes.xml | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/artifact/plugin.jelly b/artifact/plugin.jelly index 586afe30..9c6cc49d 100644 --- a/artifact/plugin.jelly +++ b/artifact/plugin.jelly @@ -162,6 +162,15 @@ basedir="${templateBasedir}" template="${template}"/> + + + + Rewriting POM... + + + + + diff --git a/artifact/project.xml b/artifact/project.xml index b515f78f..427e85fe 100644 --- a/artifact/project.xml +++ b/artifact/project.xml @@ -23,7 +23,7 @@ maven-artifact-plugin Maven Artifact Plugin - 1.6.1-SNAPSHOT + 1.7-SNAPSHOT Tools to manage artifacts and deployment. Requires Maven 1.1. Tools to manage artifacts and deployment http://maven.apache.org/reference/plugins/artifact/ diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index 526d4516..6264990a 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -24,8 +24,9 @@ Vincent Massol - + Correct handling of directory without a leading / + New tag artifact:rewritePOM : Rewrite a full model. Inheritence and expression are resolved. Correct basedir for file:// URLs