You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benson Margulies <bi...@apache.org> on 2011/11/01 01:37:49 UTC

[ANN] Maven Shade Plugin 1.5 Released

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

Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes
    or removing unused classes.

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

You should specify the version in your project's plugin configuration:

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


Release Notes - Maven Shade Plugin - Version 1.5

Bug
* [MSHADE-101] ApacheNoticeResourceTransformer NullPointerException for some licenses when no parameters set.
* [MSHADE-99] Very wierd error message, "unknown local variable"
* [MSHADE-98] minimizeJar option excludes package-info classes
* [MSHADE-93] Dependency problem in jdependency pom causes failure to download commons-io in Artifactory
* [MSHADE-88] Pom type dependencies are incorrectly included in dependency reduced pom
* [MSHADE-85] Multiple executions: second eats output of first

Improvement
* [MSHADE-102] [DOCS] Added Basic Usage For ApacheNoticeResourceTransformer
* [MSHADE-100] [DOCS] Describe Available Resource Transformers


Enjoy,

-The Maven team


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