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

The Resources Plugin handles the copying of project resources to the
output directory.

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


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


** Bug
    * [MRESOURCES-111] - escapeWindowsPath doesn't work when applying properties
    * [MRESOURCES-131] - Maven resources plugin does not honour
maven.test.skip  flag
    * [MRESOURCES-141] - Filtering doesn't work when there is an odd
number of @ in the resource
    * [MRESOURCES-166] - Escaping on a line suppresses filtering for
the rest of the token/line

** Improvement
    * [MRESOURCES-140] - Plugin shows always '[debug] execute
contextualize' despite the logging level
    * [MRESOURCES-148] - Turn Off '@' Escape Filtering
    * [MRESOURCES-161] - Some incorrect HTML in the description of the
delimiters parameter

** Task
    * [MRESOURCES-139] - misspelling in documentation: </inclues>
    * [MRESOURCES-167] - use new maven plugins annotations.


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to