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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to