The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.0.
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 |
|
You can download the appropriate sources etc. from the download page.
You can download the appropriate sources etc. from the download page.
Release Notes – Maven Shade Plugin – Version 3.2.0
Bug:
- MSHADE-289 – Maven Shade Plugin does not work under Java 10
Improvement:
- MSHADE-293 – Require Java 7
Dependency upgrades:
- MSHADE-294 – Upgrade maven-plugins parent to version 32
- MSHADE-296 – Upgrade maven-artifact-transfer 0.10.0
Enjoy,
-The Apache Maven team