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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to