The Maven team is pleased to announce the release of the Maven Shade
Plugin, version 1.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. See the plugin's site for more
details:
http://maven.apache.org/plugins/maven-shade-plugin/
To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.3</version>
</plugin>
Release Notes - Maven 2.x Shade Plugin - Version 1.3
** Bug
* [MSHADE-52] - non-attached shade in pom package fails
* [MSHADE-65] - "Embedded error: error in opening zip file" with
non-jar dependency
* [MSHADE-68] - Artifact filter misbehaves when plugin run on Windows
* [MSHADE-70] - Artifact filter does not recognize pattern ending
with slash
** Improvement
* [MSHADE-33] - [shade] Support wildcarded excludes
* [MSHADE-69] - Support wildcards for artifact id in filter
* [MSHADE-71] - Adjust plexus component descriptors after relocation
Enjoy,
-The Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org