You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2020/04/15 20:51:56 UTC

[ANN] Apache Maven Shade Plugin 3.2.3 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.3
 
This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.
 
https://maven.apache.org/plugins/maven-shade-plugin/
 
You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-shade-plugin</artifactId>
  <version>3.2.3</version>
</plugin>
 
You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-shade-plugin/download.cgi
 
Release Notes - Maven Shade Plugin - Version 3.2.3

** Bug
    * [MSHADE-352] - shaded jars are not reproducible when using transformer

** Dependency upgrade
    * [MSHADE-355] - Java 15 Compatibility - JDependecny/ASM Upgrade
    * [MSHADE-357] - Upgrade asm to 8.0
 
Enjoy,
 
-The Apache Maven team



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org