The Maven team is pleased to announce the release of the Apache Maven
Javadoc Plugin, version 2.10. This release is focused on Java 8
compatibility.

The Apache 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.10</version>
</plugin>


Release Notes - Apache Maven Javadoc Plugin - Version 2.10

Task
* [MJAVADOC-403] MavenProject/MavenSession Injection as a parameter
instead as a component.
* [MJAVADOC-398] Classes from build output directory can cause failure
* [MJAVADOC-395] Add JDK8 support to maven-javadoc-plugin
* [MJAVADOC-394] javadoc is not found properly by default under
Oracle's JDK 7+ on Mac OSX
* [MJAVADOC-386] Documentation links to oracle web site are broken
* [MJAVADOC-380] Add Maven version used to Created-By entry in manifest
* [MJAVADOC-376] please add property 'maven.javadoc.classifier'
* [MJAVADOC-372] Index page should refer to Apache Maven for at least
the first mention
* [MJAVADOC-371] Goals missing from overview page
* [MJAVADOC-369] New goals javadoc-no-fork and test-javadoc-no-fork
which will not invoke generate-*-sources
* [MJAVADOC-351] Javadoc:fix fixTags parameter doesn't support 'return' value


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to