+ application.xml is now generated at maven.build.dir
Add new property dependency (ear.bundle.name) to define the name a dependency should have the EAR.
Changed the default value of maven.ear.displayname.
Add new property dependency(ear.bundle.dir) to define where a dependency should be added in the EAR.
diff --git a/ear/xdocs/properties.xml b/ear/xdocs/properties.xml
index 72942213..8c964a8f 100644
--- a/ear/xdocs/properties.xml
+++ b/ear/xdocs/properties.xml
@@ -35,7 +35,7 @@
Location of the manifest file to be used within the ear file.
- ${maven.src.dir}/application/META-INF/MANIFEST.MF
+ ${maven.ear.src}/META-INF/MANIFEST.MF
|
@@ -46,7 +46,7 @@
to be used within the ear file.
|
- ${maven.src.dir}/application/META-INF/application.xml
+ ${maven.ear.src}/META-INF/application.xml
|
@@ -111,6 +111,16 @@
UTF-8
+
+ | maven.ear.descriptordir |
+ Yes |
+
+ Directory where the application.xml file will be auto-generated (only if maven.ear.appxml.generate is true).
+ |
+
+ ${maven.build.dir}
+ |
+