diff --git a/ear/plugin.jelly b/ear/plugin.jelly index 08792057..5f385862 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -42,9 +42,10 @@ file="${maven.ear.manifest}"/> + appxml="${maven.ear.appxml}"> + + diff --git a/ear/project.xml b/ear/project.xml index 9bd534c7..abc93f11 100644 --- a/ear/project.xml +++ b/ear/project.xml @@ -5,7 +5,7 @@ 3 maven-ear-plugin Maven EAR Plugin - 1.1 + 1.2-SNAPSHOT Ear Plugin for Maven Ear Plugin for Maven http://maven.apache.org/reference/plugins/ear/ @@ -16,6 +16,13 @@ + + + 1.2 + 1.2 + HEAD + + Nathan Coast @@ -44,6 +51,15 @@ Java Developer + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Java Developer + + diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index 8c71eb94..c726a6c8 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -5,9 +5,10 @@ Nathan Coast - - - Initial plugin created + + + Removed warning about application.xml being added twice to the + EAR. @@ -15,6 +16,11 @@ Added autogeneration of application.xml file + + + Initial plugin created + +