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

Reply via email to