The Maven team is pleased to announce the release of the Maven Javadoc
Plugin, version 2.6.
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
http://maven.apache.org/plugins/maven-javadoc-plugin/You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6</version>
</plugin>
Release Notes - Maven 2.x Javadoc Plugin - Version 2.6
** Sub-task
* [MJAVADOC-239] - Helpfile loaded from classpath
** Bug
* [MJAVADOC-181] - Javadoc report not generated for multi-module
project if run from parent level.
* [MJAVADOC-215] - warning proxyHost' is deprecated since 2.4
* [MJAVADOC-219] - skip parameter is ignored in aggregate goal
* [MJAVADOC-220] - ArrayIndexOutOfBoundsException in
JavadocUtil.getIncludedFiles
* [MJAVADOC-230] - aggregate report requires to have
aggregate=true configuration parameter
* [MJAVADOC-231] - tagletpath does not seem to work
* [MJAVADOC-232] - copied doc-files folder contains svn meta files
* [MJAVADOC-238] - No timeout set for URLConnection which can
cause build to get stuck
** Improvement
* [MJAVADOC-216] - Stylesheet file loaded from classpath
* [MJAVADOC-222] - Documentation Issues
* [MJAVADOC-225] - The plugin should be able to generate a jar of
the aggregated javadoc
* [MJAVADOC-226] - Add a new goal to fix Javadoc tags
* [MJAVADOC-240] - Add default Javadoc link depending the values
of maven-compiler-plugin configuration
** New Feature
* [MJAVADOC-97] - enable internal/external dependency references as links
** Task
* [MJAVADOC-217] - Update "Aggregating Javadocs" example
Enjoy,
-The Maven team