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

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/

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.3</version>
</plugin>


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


** Improvement
    * [MRESOURCES-123] - Mark resources plugin as @threadSafe



Enjoy,

-The Maven team

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

Reply via email to