The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin Version 3.0.1. https://maven.apache.org/plugins/maven-resources-plugin/
Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.0.1</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-resources-plugin/download.cgi Release Notes Maven Resources Plugin 3.0.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12335752 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