You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tobias Wildgruber (JIRA)" <ji...@apache.org> on 2016/10/04 13:02:20 UTC

[jira] [Created] (MEAR-243) Skinny WARs - JAR not removed from WAR if scope in EAR is set to provided

Tobias Wildgruber created MEAR-243:
--------------------------------------

             Summary: Skinny WARs - JAR not removed from WAR if scope in EAR is set to provided
                 Key: MEAR-243
                 URL: https://issues.apache.org/jira/browse/MEAR-243
             Project: Maven Ear Plugin
          Issue Type: Bug
    Affects Versions: 2.10.1
            Reporter: Tobias Wildgruber


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




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)