You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by John Casey <jd...@apache.org> on 2012/01/23 21:33:36 UTC

[ANN] Maven Javadoc Plugin 2.8.1 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org