Apache Maven JavaDoc Version 2.10.2 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.2.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-javadoc-plugin</artifactId>
4 <version>2.10.2</version>
5</plugin>
Release Notes - Maven JavaDoc Plugin - Version 2.10.2
Bug:
- MJAVADOC-365 - Patch: sourceFileExcludes does not work due to inclusion of packages
Improvements:
- MJAVADOC-415 - Update plexus-archiver to 2.6.3 and p-utils to 3.0.18
- MJAVADOC-417 - Update version of plexus-archive from 2.5 to 2.9
Enjoy,
- The Apache Maven team