Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-maven2
-
Component/s: Maven2
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Currently the uberwar merge just copies all WEB-INF/lib files it sees into the output.
This can lead to multiple conflicting versions.
Instead, use the maven2 dependency mechanism to calculate the 'correct' JAR files to appear in the output.
Activity
Nigel Magnay
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.0-maven2 [ 13294 ] |
Initial stab at doing this, based on a less than ideal implementation, but the m2 code is Hard.