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

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.

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-3</version>
</dependency>


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


** Bug
    * [MSHARED-121] - FilteringUtils.escapeWindowsPath doesn't handle
paths that leave out the drive letter.

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


Enjoy,

The Maven Team

--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/


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

Reply via email to