You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2011/02/24 20:28:04 UTC

[ANN] Maven Filtering 1.0 Released

The Maven team is pleased to announce the release of the Maven
Filtering, version 1.0

These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins that needs to filter resources.

http://maven.apache.org/shared/maven-filtering/

You should specify the version in your project's configuration:

<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-filtering</artifactId>
  <version>1.0</version>
</plugin>


Release Notes - Maven Shared Components - Version maven-filtering-1.0

** Bug
    * [MSHARED-176] - Add support of stopping at the end of line to
prevent issue with endToken not found
    * [MSHARED-177] - Filter files are not filtered with already known
filter values
    * [MSHARED-179] - FilteringUtils.escapeWindowsPath only works if the
Windows path is at the beginning of a property
    * [MSHARED-181] - escapeString non follow by startToken remove character
    * [MSHARED-188] - DefaultMavenFileFilter modifies the MavenProject
that comes in through a parameter

Enjoy,

-The Maven team