The Apache Maven team is pleased to announce the release of the Apache
Maven Filtering, version 1.2
These Plexus components have been built from the filtering process/code in
Apache Maven Resources Plugin.
The goal is to provide a shared component for all plugins that need to
filter resources.
http://maven.apache.org/shared/maven-filtering/
You should add the following dependency to your project:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>1.2</version>
</dependency>
Release Notes - Maven Shared Components - Version maven-filtering-1.2
** Bug
* [MSHARED-161] - DefaultMavenFileFilter.getDefaultFilterWrappers
loads filters from the current directory instead of using basedir
* [MSHARED-198] - custom delimiters doesn't work as expected
* [MSHARED-199] - Filtering doesn't work if 2 delimiters are used on
the same line, the first one being left open
* [MSHARED-319] - Filtering throws NPE when using JDK8
** New Feature
* [MSHARED-220] - Apply filtering to filenames
Enjoy,
-The Apache Maven team
Maven Filtering, version 1.2
These Plexus components have been built from the filtering process/code in
Apache Maven Resources Plugin.
The goal is to provide a shared component for all plugins that need to
filter resources.
http://maven.apache.org/shared/maven-filtering/
You should add the following dependency to your project:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>1.2</version>
</dependency>
Release Notes - Maven Shared Components - Version maven-filtering-1.2
** Bug
* [MSHARED-161] - DefaultMavenFileFilter.getDefaultFilterWrappers
loads filters from the current directory instead of using basedir
* [MSHARED-198] - custom delimiters doesn't work as expected
* [MSHARED-199] - Filtering doesn't work if 2 delimiters are used on
the same line, the first one being left open
* [MSHARED-319] - Filtering throws NPE when using JDK8
** New Feature
* [MSHARED-220] - Apply filtering to filenames
Enjoy,
-The Apache Maven team