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

Reply via email to