The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.6.2.

This module generates browsable HTML pages from Java source code.

https://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>3.6.2</version>
</plugin>


Release Notes - Maven Javadoc Plugin - Version 3.6.2

** Bug
* [MJAVADOC-713] - Skipping Javadoc reportset leaves empty Javadoc link in site
    * [MJAVADOC-716] - The stale file detection does not work
* [MJAVADOC-726] - Maven Java Doc Plugin downloads Log4j-1.2.12 dependency transitively
    * [MJAVADOC-762] - createTestRepo in JavaDocReportTest shares state
    * [MJAVADOC-774] - 3.6.0 release is not reproducible

** Improvement
    * [MJAVADOC-730] - Deprecate parameter "old"

** Dependency upgrade
* [MJAVADOC-777] - Update org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0


Enjoy,

-The Apache 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