The Maven team is pleased to announce the release of the Maven Shade
Plugin, version 1.3.2.

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.2</version>
   </plugin>

Release Notes - Maven 2.x Shade Plugin - Version 1.3.2

** Bug
* [MSHADE-73] - Documentation does not detail what goes into PackageRelocation * [MSHADE-76] - META-INF/services files not merged properly if some input files are missing a terminating newline
    * [MSHADE-77] - The generated file is not a valid jar

Enjoy,


-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to