Re: [ANN] Apache Maven Shade Plugin 3.6.1 Release
Michael Osipov <[email protected]> Fri, 19 Sep 2025 15:15:59 -0000
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <[email protected]> |
Since when did the tag format template change in Maven Release? On 2025/09/14 11:25:25 Olivier Lamy wrote: > The Apache Maven team is pleased to announce the release of the Apache > Maven Shade Plugin, version 3.6.1 > > 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.1</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: https://github.com/apache/maven-shade-plugin/releases/tag/v3.6.1 > > Enjoy, > > -The Apache Maven team > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >