You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2010/05/21 13:28:53 UTC

[ANN] Maven Resources Plugin 2.4.3 Released

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