You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by John Casey <jd...@apache.org> on 2009/10/06 20:48:01 UTC

[ANN] Maven Resources Plugin 2.4.1 Released

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

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.

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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-resources-plugin</artifactId>
  <version>2.4.1</version>
</plugin>


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


** Bug
     * [MRESOURCES-105] - Custom Delimiters does not work as expected -
NPE with ${*} and comments in property file does break replacement
     * [MRESOURCES-106] - Plugin does not respect escapeWindowsPaths
default-value


Enjoy,

-The Maven team