You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/12/13 16:58:31 UTC

[ANN] Maven Assembly Plugin 2.2-beta-5 Released

The Maven team is pleased to announce the release of the Maven Assembly
Plugin, version 2.2-beta-5.

This plugin is useful in creating project artifacts that have custom 
layouts. It also includes a set of predefined standard custom artifact 
types you can choose to create. For more information, see the plugin's site:

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

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-assembly-plugin</artifactId>
     <version>2.2-beta-5</version>
   </plugin>

Release Notes - Maven 2.x Assembly Plugin - Version 2.2-beta-5

** Bug
     * [MASSEMBLY-385] - Filtering replaces tokens it should not be 
replacing
     * [MASSEMBLY-416] - outputDirectory default value in fileSet seems 
changed; now seems to use directory name of fileSet sourcedir
     * [MASSEMBLY-427] - ComponentsXmlArchiverFileFilter misses 
component descriptors on Windows
     * [MASSEMBLY-446] - apache-source-release-assembly DOES NOT exclude 
target/** in maven-remote-resources-plugin build
     * [MASSEMBLY-452] - Shared Assembly Descriptor does not work in 
Maven3-alpha4
     * [MASSEMBLY-456] - Usage of archiver or container descriptor 
handler configuration crashes with LinkageError on Maven 3.0-alpha-5

** Improvement
     * [MASSEMBLY-290] - Improve error reporting in case of unlocatable 
component descriptor

Enjoy,


-The Maven team


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