Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2
-
None
-
None
Description
The war plugin needs a mapping strategy for libs copied in the WEB-INF/lib directory
The worst case I can see is when you have SNAPSHOT dependencies and you download a new SNAPSHOT without calling mvn clean. Since Maven will copy the library with the "full name" (i.e. with the build number), you end up with two versions of the library in your WEB-INF/lib.
The functionality already exists in the assembly plugin and is based on plexus-utils.
Attachments
Issue Links
- is duplicated by
-
MWAR-98 Renaming artifact to its finalName in POM before placed in /WEB-INF/lib.
- Closed