You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/19 09:17:42 UTC

[maven-shade-plugin] branch master updated (27b7e2b -> 06aff75)

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

khmarbaise pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


    from 27b7e2b  [MSHADE-294] - Upgrade maven-plugins parent to version 32
     add 06aff75  [MSHADE-289] - Maven Shade Plugin does not work under Java 10  o Updating ASM to 6.2.1 to prevent IllegalArgumentException  o Adding integration test for Java 10  o Upgrade Jdependency to 2.0 and fixing another problem with malformed dependency.  o Added configuraton for TLSv1.2  o Needed to run tests only for JDK8+ based on jdependency    Also needed to limit running some of ITs for JDK8+

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 11 +++++--
 .../invoker.properties                             |  1 -
 src/it/mini-jar-package-info/invoker.properties    |  2 +-
 .../mini-jar-respect-includes/invoker.properties   |  2 +-
 src/it/mini-jar/invoker.properties                 |  2 +-
 .../invoker.properties                             |  1 -
 .../invoker.properties                             |  2 +-
 .../pom.xml                                        | 10 +++----
 .../org/apache/maven/plugins/shade/its/App.java    |  0
 .../verify.groovy                                  |  0
 .../maven/plugins/shade/filter/MinijarFilter.java  |  2 +-
 src/site/apt/index.apt.vm                          |  5 ++++
 .../plugins/shade/filter/MinijarFilterTest.java    | 35 ++++++++++++----------
 13 files changed, 43 insertions(+), 30 deletions(-)
 copy src/it/{shading-with-java-8-sources => mini-jar-malformed-dependencies}/invoker.properties (96%)
 copy src/it/{shading-with-java-8-sources => mshade-123}/invoker.properties (96%)
 copy src/it/{shading-with-java-8-sources => shading-with-java-10-sources}/invoker.properties (96%)
 copy src/it/{shading-with-java-8-sources => shading-with-java-10-sources}/pom.xml (94%)
 copy src/it/{shading-with-java-8-sources => shading-with-java-10-sources}/src/main/java/org/apache/maven/plugins/shade/its/App.java (100%)
 copy src/it/{shading-with-java-8-sources => shading-with-java-10-sources}/verify.groovy (100%)