The Maven team is pleased to announce the release of the Maven
Assembly Plugin, version 2.2.2

A Maven plugin to create archives of your project's sources, classes,
dependencies etc. from flexible assembly descriptors.

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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-assembly-plugin</artifactId>
  <version>2.2.2</version>
</plugin>

Release Notes - Maven 2.x Assembly Plugin - Version 2.2.2



** Bug
    * [MASSEMBLY-175] - MANIFEST entries are not preserved during assemby
    * [MASSEMBLY-544] - DependencySet includes filter not working in 2.2
    * [MASSEMBLY-561] - Encoding is broken when filtering is enabled
    * [MASSEMBLY-570] - dependency includes filters don't match
wildcard (*) in middle of coordinate segment
    * [MASSEMBLY-581] - Allow formats in configuration to override descriptor


** Improvement
    * [MASSEMBLY-562] - [documentation] Add links to Maven Shade plugin



** Task
    * [MASSEMBLY-547] - The class CommandLineUtils doesn't have an
Apache license


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