Apache Maven Shared Component - Maven Filtering Version 3.1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.1.0.
The goal is to provide a shared component for all plugins that needs to filter resources.
Important Note since Version 3.0.0:
- Maven 3.X only
- JDK 6 minimum requirement
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-filtering</artifactId>
4 <version>3.1.0</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes - Maven Filtering - Version 3.1.0
Improvements:
- MSHARED-495 - Add convenience method to move code into Maven Filtering
- MSHARED-496 - Change version from 3.0.1 to 3.1.0-SNAPSHOT to follow semver.
- MSHARED-497 - Allow copying of defaultExcluded files like .gitignore etc.
Enjoy,
-The Apache Maven team