From 57749536831b728d689901c70055b1e2bfe8d629 Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 4 Jul 2003 08:05:40 +0000 Subject: [PATCH] - finished a fix for MAVEN-518 (artifacts are used for path, not dependencies) - renamed property ejb.bundle.jar to ejb.bundle (old property is still supported but deprecated). This is compatible with war and ear plugins git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113598 13f79535-47bb-0310-9956-ffa450edef68 --- ejb/plugin.jelly | 29 +++++++++++++++++++++++------ ejb/project.xml | 2 +- ejb/xdocs/changes.xml | 11 +++++++++++ ejb/xdocs/properties.xml | 2 +- 4 files changed, 36 insertions(+), 8 deletions(-) diff --git a/ejb/plugin.jelly b/ejb/plugin.jelly index af2acd50..1fc4e253 100644 --- a/ejb/plugin.jelly +++ b/ejb/plugin.jelly @@ -44,13 +44,30 @@ - - - - - + + + + + + + Bundling: ${dep.type} - ${dep.id} + + - + + + + + + Bundling: ${dep.type} - ${dep.id} + DEPRECATION WARNING: + Use : ejb.bundle instead of ejb.bundle.jar + + + + + + diff --git a/ejb/project.xml b/ejb/project.xml index 8fd64313..d43bc65f 100644 --- a/ejb/project.xml +++ b/ejb/project.xml @@ -5,7 +5,7 @@ 3 maven-ejb-plugin Maven EJB Plugin - 1.0 + 1.1-SNAPSHOT EJB Plugin for Maven EJB Plugin for Maven http://maven.apache.org/reference/plugins/ejb/ diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml index ae52be5f..ecbe253d 100644 --- a/ejb/xdocs/changes.xml +++ b/ejb/xdocs/changes.xml @@ -5,6 +5,17 @@ Nathan Coast + + + Fixes for MAVEN-518. + Artifact processing in the plugin + was slightly changed and now it supports jar overriding mechanism + + + property ejb.bundle.jar was renamed to ejb.bundle + (old property is still supported, but deprecated) + + Initial plugin created diff --git a/ejb/xdocs/properties.xml b/ejb/xdocs/properties.xml index 3f049dff..4f64dc6a 100644 --- a/ejb/xdocs/properties.xml +++ b/ejb/xdocs/properties.xml @@ -64,7 +64,7 @@ jarid jarversion - true + true ]]>