The Apache Maven team is pleased to announce the release of the 
Apache Maven Shade Plugin Version 3.2.0
 
https://maven.apache.org/plugins/maven-shade-plugin/

Important Note since 3.2.0:

 * Maven 3.X only
 * If you like to use minimizeJar you have to use JDK8+
   otherwise you can keep running with JDK7.
 
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.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 3.2.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12343491

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

Reply via email to