From b8ccb7170d655c3516f93ee374c49a214e21febb Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 1 Jul 2003 14:58:52 +0000 Subject: [PATCH] Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113565 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 25 ++++++++++++++----------- war/xdocs/changes.xml | 11 +++++++---- war/xdocs/goals.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+), 15 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index cf1a1983..6d505b5f 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -49,21 +49,24 @@ - + + + DEPRECATION WARNING: - Use : war.bundle instead of war.bundle.jar + Use : war.bundle instead of war.bundle.jar - - - + - - - + + + + + + - + @@ -131,7 +134,7 @@ + file="${lib.path}"/> @@ -139,7 +142,7 @@ Use : war.bundle instead of war.bundle.jar + file="${lib.path}"/> diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 430fe9d8..7b37598f 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -8,15 +8,18 @@ - - Allow war file to be updated - - Iterating artifacts not depedencies + Fixes for MAVEN-518. + Artifact processing in the plugin + was slightly changed and now + it supports jar overriding mechanism Added deploy, deploy-snapshot and install-snapshot goals + + Allow war file to be updated + diff --git a/war/xdocs/goals.xml b/war/xdocs/goals.xml index 07abad56..eeaab2b7 100644 --- a/war/xdocs/goals.xml +++ b/war/xdocs/goals.xml @@ -19,6 +19,18 @@ war:install Install the war in the local repository + + war:install-snapshot + Install the snapshot version of the war in the local repository + + + war:deploy + Deploy the war to the remote repository(ies) + + + war:deploy-snapshot + Deploy the snapshot version of the war to the remote repository(ies) + war:war Build a war file