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:
- MRESOURCES-225 - Hyperlink error on character encoding example page
Improvements:
- MRESOURCES-226 - Too much logging in normal mode
- MRESOURCES-227 - Upgrade maven-plugins to version 30
- MRESOURCES-229 - Upgrade plexus-interpolation to 1.22
Enjos,
-The Apache Maven team