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

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.3</version>
</plugin>


Release Notes - Maven Javadoc Plugin - Version 3.6.3

** Bug
* [MJAVADOC-682] - Reactor builds fail when multiple modules with same groupId:artifactId, but different versions * [MJAVADOC-780] - Unit tests create null-null.jar in build root directory

** Improvement
    * [MJAVADOC-779] - Upgrade maven-plugin parent to 41

** Task
    * [MJAVADOC-782] - Align read-only parameters naming with other plugins

** Dependency upgrade
    * [MJAVADOC-781] - Upgrade plugins and components (in ITs)


Enjoy,

-The Apache Maven team

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

Reply via email to