Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
ear:ear goal automatically places all depended jars with <ear.bundle>
set to true in application.xml which is unwanted.
Only few of these jars should be described in application.xml. All other jars are bundled just because they are required libraries and that's a convenient way to create a indepenent EAR which contains all resources needed to properly run the application.
I suggest adding one more property: <ear.appxml.include> and include only these resources with this property set.
Attachments
Issue Links
| This issue is depended upon by: | ||||
| MAVEN-1166 | plugin issues to fix by RC2 |
|
|
|
I have included modified plugin.jelly to illustrate my solution. It's up to you if you accept it or not.