You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/11/26 11:25:59 UTC

[ANN] Maven Shade Plugin 1.2.2 Released

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

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

** Bug
     * [MSHADE-47] - Shade misses class references stored as strings 
during relocation
     * [MSHADE-53] - Shade createDependencyReducedPom ignores artifacts 
with classifier
     * [MSHADE-54] - <finalName> not respected when generating the package
     * [MSHADE-60] - [PATCH] maven shade plugin fails if artifact 
dependencies contain artifacts that cannot be opened with JarFile class
     * [MSHADE-64] - Relocating does not work, when an annotation 
references an enum
     * [MSHADE-66] - Creation of dependency reduced POM fails for 
project with uninstalled local parent using Maven 3

** Improvement
     * [MSHADE-58] - Add sample configuration for AppendingTransformer 
in docs

Enjoy,


-The Maven team

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