You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/02/21 21:40:56 UTC

[ANN] Maven Filtering 1.0-beta-4 Released

The Maven team is pleased to announce the release of Maven Filtering,
version 1.0-beta-4.

Maven Filtering is an API that allows plugin developers to filter
text-based resources using values supplied by a MavenProject instance, a
MavenSession instance, and an arbitrary set of properties files.

Filtering based on MavenProject values aims to replicate support for
POM-interpolation expressions, while filtering based on the MavenSession
aims to support filtering of system properties and command-line
properties used to execute Maven. See the component's site for more details:

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

To use this API, you should add the following dependency to your project:

   <dependency>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-filtering</artifactId>
     <version>1.0-beta-4</version>
   </dependency>

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

** Bug
     * [MSHARED-125] - Current incremental build implementation failed 
when resources are removed from target folder

** Improvement
     * [MSHARED-78] - FilteringUtils escapeWindowsPath() doesn't work on 
Windows

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org