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 +