You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by John Casey <jd...@apache.org> on 2009/08/26 01:12:55 UTC

[ANN] Maven Resoures Plugin 2.4 Released

The Maven team is pleased to announce the release of the Maven Resources
Plugin, version 2.4.

The Resources Plugin provides support for copying and filtering files in
the standard resource locations in a Maven build (configured using the
project/build/resources and project/build/testResources sections in the
POM).

It also provides similar support for additional, ad-hoc resource
definitions using the copy-resoures mojo.

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


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

<plugin>
   <artifactId>maven-resources-plugin</artifactId>
   <version>2.4</version>
</plugin>


Release Notes - Maven 2.x Resources Plugin - Version 2.4


** Bug
     * [MRESOURCES-44] -  ${settings.localRepository} is not expanded by
resource filtering
     * [MRESOURCES-48] - Failed to copy full contents from
     * [MRESOURCES-77] - Filters for copy-resources goal in plugin
configuration section are ignored
     * [MRESOURCES-78] - change in @ translation behavior in
maven-resources-plugin 2.3
     * [MRESOURCES-79] - <resources> are filtered by test filters
     * [MRESOURCES-81] - 2.3 escapes characters when filtering properties


** New Feature
     * [MRESOURCES-60] - delimiter configuration


Enjoy,

The Maven team


-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


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