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

The Assembly Plugin for Maven is primarily intended to allow users to aggregate
the project output along with its dependencies, modules, site documentation,
and other files into a single distributable archive.

This release fixes a serious problem with 2.5.5 when creating jar
files, MASSEMBLY-768.

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.5.5</version>
</plugin>


Release Notes - Maven Assembly Plugin - Version 2.5.5


** Bug
    * [MASSEMBLY-767] - Schema missing from the web site
    * [MASSEMBLY-768] - JarInputStream unable to find  manifest
created by version 2.5.4
    * [MASSEMBLY-769] - ZIP fileMode permissions not properly set with
dependencySet and unpackOptions


Enjoy,

-The Apache 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