You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/12/23 12:31:26 UTC

[maven-ear-plugin] branch mear-294 updated (49814ca -> fe5ba5e)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch mear-294
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


    from 49814ca  [MEAR-294] - Removal of provided artifacts from Class-Path entry of MANIFEST.mf if skinnyWars / skinnyModules options is turned on or if EAR module doesn't contain its dependencies.
     add b9f0931  [MEAR-294] - Fixed JavaDoc for the new / changed methods.
     add 61e6194  [MEAR-292] skipClassPathModification in case of undefined Class-Path entry of MANIFEST.mf (#29)
     add a3303c3  Merge branch 'master' into MEAR-294
     add fe5ba5e  [MEAR-294] - Minor optimization of Class-Path entry modification.

No new revisions were added by this update.

Summary of changes:
 src/it/skinny-wars-javaee5/ear-module/pom.xml      |  21 ++-
 src/it/skinny-wars-javaee5/pom.xml                 |  23 +++-
 src/it/skinny-wars-javaee5/verify.bsh              | 153 ++++++++++++++-------
 src/it/skinny-wars-javaee5/war-module/pom.xml      |  47 -------
 .../war-module1}/pom.xml                           |   5 +-
 .../src/main/webapp/WEB-INF/web.xml                |   0
 .../war-module2}/pom.xml                           |  17 +--
 .../war-module2}/src/main/webapp/WEB-INF/web.xml   |   0
 .../war-module3}/pom.xml                           |   9 +-
 .../war-module3}/src/main/webapp/WEB-INF/web.xml   |   0
 .../apache/maven/plugins/ear/AbstractEarMojo.java  |   2 +-
 .../java/org/apache/maven/plugins/ear/EarMojo.java |  35 +++--
 .../org/apache/maven/plugins/ear/it/EarMojoIT.java |   4 +-
 13 files changed, 178 insertions(+), 138 deletions(-)
 delete mode 100644 src/it/skinny-wars-javaee5/war-module/pom.xml
 copy src/it/{MEAR-243-skinny-wars-provided/war-module-two => skinny-wars-javaee5/war-module1}/pom.xml (92%)
 rename src/it/skinny-wars-javaee5/{war-module => war-module1}/src/main/webapp/WEB-INF/web.xml (100%)
 copy src/it/{filenamemapping-usage-fail => skinny-wars-javaee5/war-module2}/pom.xml (79%)
 copy src/it/{skinny-wars/war-module => skinny-wars-javaee5/war-module2}/src/main/webapp/WEB-INF/web.xml (100%)
 copy src/it/{MEAR-243-skinny-wars-provided/war-module-two => skinny-wars-javaee5/war-module3}/pom.xml (87%)
 copy src/it/{skinny-wars/war-module => skinny-wars-javaee5/war-module3}/src/main/webapp/WEB-INF/web.xml (100%)