From 6aa6f0da0d531e6db02646b3ac0688972e18f879 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 1 Jul 2003 08:43:51 +0000 Subject: [PATCH] Iterating over artifacts not deps git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113556 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 6 ++++-- war/project.xml | 11 ++++++++++- war/xdocs/changes.xml | 6 ++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index ef90055e..cf1a1983 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -125,8 +125,10 @@ - - + + + + diff --git a/war/project.xml b/war/project.xml index 7d88b57e..7efb515f 100644 --- a/war/project.xml +++ b/war/project.xml @@ -27,6 +27,15 @@ Java Developer + + Michal Maczka + michal + michal.maczka@dimatics.com + Dimatics + + Java Developer + + Vincent Massol vmassol @@ -35,7 +44,7 @@ Java Developer - + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index f104cef4..430fe9d8 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -11,6 +11,12 @@ Allow war file to be updated + + Iterating artifacts not depedencies + + + Added deploy, deploy-snapshot and install-snapshot goals +