Apache Maven Shade Plugin 3.5.3 Released
Hervé Boutemy <[email protected]> Tue, 23 Apr 2024 21:57:15 +0200
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user,gmane.science.biology.informatics.taverna.devel |
|---|---|
| Organization | Apache Software Foundation |
| Message-ID | <4915044.31r3eYUQgx__40408.8787430496$1713902263$gmane$org@orchid> |
The Apache Maven team is pleased to announce the release of the Apache Maven
Shade Plugin, version 3.5.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.
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.5.3</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.5.3
** Bug
* [MSHADE-471] - still timestamp issues with timezones (DST)
** Task
* [MSHADE-472] - upgrade parent POM
** Dependency upgrade
* [MSHADE-470] - Upgrade ASM to 9.7 (Java 23)
Enjoy,
-The Apache Maven team