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



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

Reply via email to