You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/05/20 12:13:57 UTC

[ANN] Maven Shade Plugin 1.3.3 Released

The Maven team is pleased to announce the release of the Maven Shade
Plugin, version 1.3.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.3</version>
     </plugin>

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

** Bug
     * [MSHADE-79] - Annotations are not shaded

** Improvement
     * [MSHADE-80] - Mark plugin as thread-safe


Enjoy,


-The Maven team