Apache Maven Resources Plugin Version 3.0.1 Released

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

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

Release Notes - Apache Maven Resources Version 3.0.1

Bug:

Improvements:

Enjos,

-The Apache Maven team