You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2012/08/19 09:39:16 UTC

[ANN] Maven Resources Plugin 2.6 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org