You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/01/17 17:28:33 UTC

[tomee-patch-plugin] branch master updated (44666ad -> be4f795)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-patch-plugin.git.


    from 44666ad  [maven-release-plugin] prepare for next development iteration
     new 02759bd  Exclusion list implemented in Transformation to preserv jar signature
     new b79126f  Enabled plugig configuration for the list of jars to skip
     new be4f795  Merge pull request #5 from cesarhernandezgt/exclude-jar

The 81 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.adoc                                        |  15 ++-
 .../java/org/apache/tomee/patch/core/Skips.java    |  11 +++
 .../apache/tomee/patch/core/Transformation.java    |  31 ++++--
 .../apache/tomee/patch/core/ExcludeJarsTest.java   | 109 +++++++++++++++++++++
 .../org/apache/tomee/patch/plugin/PatchMojo.java   |  12 +--
 5 files changed, 163 insertions(+), 15 deletions(-)
 create mode 100644 tomee-patch-core/src/main/java/org/apache/tomee/patch/core/Skips.java
 create mode 100644 tomee-patch-core/src/test/java/org/apache/tomee/patch/core/ExcludeJarsTest.java