The Maven team is pleased to announce the release of the Maven Resources
Plugin, version 2.2.
http://maven.apache.org/plugins/maven-resources-plugin/
You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.2</version>
</plugin>
Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12486&styleName=Text&projectId=11145&Create=Create
* [MRESOURCES-2] - "No such file or directory" when resource
targetdirectory contains "../" and target/classes does not exist.
* [MRESOURCES-15] - Resources plugin does not filter systemproperties
properly
* [MRESOURCES-17] - Filtering of property values containing backslashes
for properties files does not escape them
* [MRESOURCES-18] - System properties and cmdline params not filtered
without filter file
* [MRESOURCES-10] - Filtering should handle java.io.File values
* [MRESOURCES-11] - Module doesn't depend on commons-io - remove
dependency from pom
* [MRESOURCES-14] - Move the description of the mojo from @description
to the top of the class's comment block
* [MRESOURCES-16] - test resources plugin using plugin testing harness
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]