From 8dcbcc73195f82ee31483f64037a49acb98d384a Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 1 Jul 2003 08:45:14 +0000 Subject: [PATCH] o Iterating over artifacts not deps o Added deploy, deploy-snapshot and install-shapshot goals git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113557 13f79535-47bb-0310-9956-ffa450edef68 --- ear/plugin.jelly | 98 +++++++++++++++++++++++++++++++++---------- ear/xdocs/changes.xml | 6 +++ 2 files changed, 83 insertions(+), 21 deletions(-) diff --git a/ear/plugin.jelly b/ear/plugin.jelly index 5f385862..0a8d52e8 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -6,6 +6,7 @@ xmlns:license="license" xmlns:util="jelly:util" xmlns:x="jelly:xml" + xmlns:artifact="artifact" > @@ -48,7 +49,8 @@ excludes="**/META-INF/application.xml"/> - + + Bundling: ${dep.type} @@ -57,8 +59,8 @@ - - + + @@ -103,20 +105,7 @@ - - - - - - - - - - + @@ -132,14 +121,15 @@ > ${maven.ear.displayname} - + + - + ${dep.getArtifact()} - ${dep.getProperty('ear.appxml.war.context-root')} + ${dep.getProperty('ear.appxml.ear.context-root')} @@ -158,8 +148,74 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index c726a6c8..0ed6eb88 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -10,6 +10,12 @@ Removed warning about application.xml being added twice to the EAR. + + Iterating artifacts not depedencies + + + Added deploy, deploy-snapshot and install-snapshot goals +