You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@maven.org> on 2008/10/17 21:23:31 UTC

[ANN] Maven Shade Plugin 1.2 Released

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

http://maven.apache.org/plugins/maven-shade-plugin/

You can run mvn -up to get the latest version of the plugin, or  
specify the version in your project's plugin configuration:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-shade-plugin</artifactId>
    <version>1.2</version>
</plugin>

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

** Bug
     * [MSHADE-37] - Shading fails if output directory does not exist
     * [MSHADE-38] - Names of excluded packages are relocated

** Improvement
     * [MSHADE-35] - support basic component merging in components  
transformer

** New Feature
     * [MSHADE-39] - Allow processing of MANIFEST.MF files
     * [MSHADE-41] - Allow processing of META-INF/services entries

Enjoy,

-The Maven team


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