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 ]]>