From fb3ed15452a478c67fa808e1aeae75b0a0b3b9c8 Mon Sep 17 00:00:00 2001 From: felipeal Date: Fri, 11 Mar 2005 02:54:28 +0000 Subject: [PATCH] MPEAR-39: Improved how dependencies are copied into the EAR file git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@157034 13f79535-47bb-0310-9956-ffa450edef68 --- ear/plugin.jelly | 23 +++++++++++++++++------ ear/xdocs/changes.xml | 4 +++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ear/plugin.jelly b/ear/plugin.jelly index f1e23dba..c6675d3e 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -1,7 +1,7 @@ - - Dependency ${lib.file.name} will be bundled as ${bundledPath} + + - - + + + + + + + + + Dependency ${originalPath} will be bundled as ${bundledPath} + + + diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index 144f31aa..1ea10763 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -2,7 +2,7 @@