Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.10.1
-
None
Description
Given:
- WAR pom: dependencies = lib-1.0.jar
- EAR pom: dependencies = WAR & "lib-1.0.jar (scope: provided)", EAR plugin with skinnyWars = true
Expected result:
- lib-1.0.jar not included in EAR => OK
- lib-1.0.jar not included in WARs Manifest Class-Path => OK
- lib-1.0.jar removed from WARs WEB-INF/lib folder => ERROR, still present
Attachments
Attachments
Issue Links
- causes
-
MEAR-294 JAR with provided scope should be removed from Class-Path entry of EAR module MANIFEST.mf
- Closed