Apache Maven Shared Component - Maven Filtering Version 3.0.0 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.0.0.

The goal is to provide a shared component for all plugins that needs to filter resources.

Important Notes:

  • 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.0.0</version>
5</plugin>

You can download the appropriate sources etc. from the download page.

Release Notes - Maven Filtering - Version 3.0.0

Bug:

  • MSHARED-368 - Update plexus-interpolation to 1.21 to avoid potential thread safety issues

Improvements:

  • MSHARED-367 - Fixed Checkstyle reported errors / warnings
  • MSHARED-370 - Text on the main page should be changed
  • MSHARED-371 - Increase chance of java8 compliance by updating to plexus-component-* 1.6
  • MSHARED-378 - Upgrade maven-shared-utils to 0.7
  • MSHARED-441 - Upgrade maven-shared-utils to 3.0.0
  • MSHARED-451 - Upgrade Maven 3.0 + JDK 6
  • MSHARED-454 - Removed hard code version for maven-changes-plugin
  • MSHARED-455 - Update to new maven-shared-components parent pom version 22
  • MSHARED-463 - Upgrade to annotation based usage instead of XDoclet
  • MSHARED-464 - Upgrade user documentation

Task:

Enjoy,

-The Apache Maven team