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

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. See the plugin's
site for more details:

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

To use the updated plugin in your projects, you need to specify the
version in your plugin configuration:

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

If you connect to a mirror of the central repository, please bear in mind that it can take several hours until the new artifacts are synced over.

Release Notes - Maven 2.x Shade Plugin - Version 1.2.1

** Bug
    * [MSHADE-44] - Attaching classified artifacts not working properly
    * [MSHADE-46] - Attached artifact has different type than main artifact
    * [MSHADE-49] - Some array types are not properly shaded...

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