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

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>2.0</version>
</plugin>


Release Notes - Maven Shade Plugin - Version 2.0

Bug
* [MSHADE-130] Mark mojo as threadSafe for parallel builds
* [MSHADE-124] Need better plan for getting dependency-reduced-pom.xml out of 
basedir
* [MSHADE-103] maven-shade-plugin does not resolve from user-defined 
repositories

New Feature
* [MSHADE-112] New property to enable shading the java text inside the sources 
artifact (not just shading the java source file locations)


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to