Apache Maven Resources Plugin Version 3.0.2 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin, Version 3.0.2.
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.2</version>
5</plugin>
Release Notes - Apache Maven Resources Version 3.0.2
Bugs:
- MRESOURCES-233 - Upgrade of plexus-interpolation 1.24 to correct escaping issue.
- MRESOURCES-234 - Upgrade of commons-io to 2.5 and correction of invalid scope.
Task:
- MRESOURCES-235 - Revert enabling escaping by default introduced in 3.0.0.
Enjos,
-The Apache Maven team