Apache Maven Resources Plugin Version 2.7 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin, Version 2.7.
asdlfjadfkThe Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-resources-plugin</artifactId>
4 <version>2.7</version>
5</plugin>
Release Notes - Apache Maven Resources Version 2.7
Bug:
- MRESOURCES-182 - Example Custom resource filters incorrect
Improvements:
- MRESOURCES-177 - Use version 1.2 of maven-filtering to use improvements
- MRESOURCES-180 - Documentation does not use correct versions
- MRESOURCES-181 - MavenProject/MavenSession Injection as a paremeter instead as a component.
- MRESOURCES-183 - Upgrade to Maven 2.2.1 compatiblity
- MRESOURCES-184 - Removing plexus-container-default dependency
Enjoy,
-The Apache Maven team