You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Daniel Kulp <dk...@apache.org> on 2008/05/29 17:22:04 UTC

[ANN] Maven Shade Plugin 1.1 released

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

This plugin provides the capability to package the artifact in a 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 specify the plugin version in your project's plugin  
configuration:
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-shade-plugin</artifactId>
    <version>1.1</version>
</plugin>


This release includes several bug fixes and other improvements:

** Bug
* [MSHADE-23] - ${basedir} is wrong after running shade plugin
* [MSHADE-24] - Use proper file encoding when generating dependency  
reduced POM
* [MSHADE-25] - Use proper encoding when reading/writing component  
descriptor
* [MSHADE-26] - Fix case-insensitive string comparisions in resource  
transformers
* [MSHADE-29] - Documentation has invalid xml
* [MSHADE-31] - When promoteTransitiveDependencies=true, all  
<exclusions> are stripped from the dependency-reduced-pom
* [MSHADE-34] - Shade includes both .jar and -test.jars when only  
the .jar was needed

** Improvement
* [MSHADE-27] - Allow to configure file encoding for processing of  
NOTICE file
* [MSHADE-28] - Add full support for glob patterns in relocator  
exclusions


Enjoy,
-The Maven team





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