The Apache Maven team is pleased to announce the release of the 
Apache Maven JavaDoc Plugin, version 2.10.2

http://maven.apache.org/plugins/maven-javadoc-plugin/

The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified
project.

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-javadoc-plugin</artifactId>
  <version>2.10.2</version>
</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

Reply via email to