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.

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

  org.apache.maven.plugins
  maven-shade-plugin
  3.2.3

You can download the appropriate sources etc. from the download page

Release Notes – Maven Shade Plugin – Version 3.2.3

  • Bug:

    • MSHADE-352 – shaded jars are not reproducible when using transformer
  • Dependency upgrades:

    • MSHADE-355 – Java 15 Compatibility – JDependecny/ASM Upgrade
    • MSHADE-357 – Upgrade asm to 8.0

Enjoy,

-The Apache Maven team