Apache Maven Shared Component: Maven Mapping 3.0.0 Released

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

The goal is to provide a shared component for all plugins that need to do mapping.

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-mapping</artifactId>
4  <version>3.0.0</version>
5</plugin>

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

http://maven.apache.org/shared/maven-mapping/download.cgi

Release Notes Maven Mapping 3.0.0

Bug:

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

Improvement

Enjoy,

-The Apache Maven team