Apache Maven Resources Plugin Version 3.0.0 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin, Version 3.0.0.

Important Note:

  • Maven 3.X only
  • JDK 6 minimum requirement
1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-resources-plugin</artifactId>
4  <version>3.0.0</version>
5</plugin>

Release Notes - Apache Maven Resources Version 3.0.0

Bugs:

  • MRESOURCES-190 - Regression: The plugin is now silently ignoring .gitignore files.
  • MRESOURCES-191 - Updated plexus-interpolation to fix possible concurrency issues
  • MRESOURCES-218 - List of examples not complete on first page
  • MRESOURCES-219 - Link to wiki page should be removed now that Codehaus is shut down
  • MRESOURCES-221 - Additional practices for Filtering example page

Improvements:

New Feature:

  • MRESOURCES-203 - Add a skip option to skip the execution of resources goal

Reporters of this Release:

  • Laurent TOURREAU [MRESOURCES-203]
  • Felix Köhler [MRESOURCES-201]
  • Josue Abarca [MRESOURCES-190]
  • Thomas Champagne [MRESOURCES-99]

Many thanks to all reporters/contributors/testers of this release.

Enjos,

-The Apache Maven team