The Maven team is pleased to announce the release of the Maven Javadoc Plugin,
version 2.8.1
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.8.1</version>
</plugin>
Release Notes - Maven Javadoc Plugin - Version 2.8.1
Bug
* [MJAVADOC-336] Reports contain temporary files due to usage of
'File.deleteOnExit'.
* [MJAVADOC-326] docletPath configuration parameter is concatenated incorrectly
* [MJAVADOC-325] Incorrect -link is generated when its URL contains a comma
* [MJAVADOC-320] includeDependencySources does not handle external dependencies
and filters for reactor dependencies correctly
Improvement
* [MJAVADOC-321] Add dutch resource bundles
New Feature
* [MJAVADOC-322] Capabilty to add additionnal dependencies when running javadoc
* [MJAVADOC-250] javadoc:fix mojo should fully qualify {@link} class names
Task
* [MJAVADOC-327] add Java 7 to known javadoc API urls
Enjoy,
-The Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]