The Apache Maven team is pleased to announce the release of the Apache Maven
Shade Plugin, version 3.6.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.

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.6.0</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.6.0

** Bug
    * [MSHADE-428] - Typo causes mysterious NPE in build
** New Feature
    * [MSHADE-478] - Add ability to inject extra artifacts into shaded
output
** Task
    * [MSHADE-473] - Drop legacy and superfluous deps:
maven-dependency-tree and commons-collections4
** Dependency upgrade
    * [MSHADE-474] - Align dependencies with Maven 3 (as this is Maven3
plugin)
    * [MSHADE-475] - Upgrade commons-io to 2.16.1
    * [MSHADE-476] - Upgrade commons-compress to 1.26.2
    * [MSHADE-477] - (test) Upgrade test dependencies

Have fun,
-The Apache Maven team

Reply via email to