venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

Apache Maven Shade Plugin Version 3.2.0 Released #260

Closed venusdrogon closed 6 years ago

venusdrogon commented 6 years ago

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:

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

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