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 2010/02/21 21:46:07 UTC

[ANN] Maven Resources Plugin 2.4.2 Released

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

This plugin filters non-Java resource files, replacing expressions with
values from the POM or any of the filtering properties files you choose
to configure. Please see the plugin's site for details:

   http://maven.apache.org/plugins/maven-resources-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-resources-plugin</artifactId>
     <version>2.4.2</version>
   </plugin>

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

** Task
     * [MRESOURCES-119] - Update to maven-filtering:1.0-beta-4 to fix 
incremental build support

Enjoy,

-The Maven team

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