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

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


Release Notes - Maven Javadoc Plugin - Version 3.5.0

** Bug
* [MJAVADOC-700] - Plugin duplicates classes in Java 8 all-classes lists

** Improvement
    * [MJAVADOC-685] - Deprecate parameter "stylesheet"
    * [MJAVADOC-721] - Parse stderr output and suppress informational lines
    * [MJAVADOC-729] - Link to Javadoc references from JDK 17
* [MJAVADOC-731] - Migrate components to JSR 330, get rid of maven-artifact-transfer, update to parent 37

** Dependency upgrade
    * [MJAVADOC-738] - Upgrade commons-text to 1.10.0
    * [MJAVADOC-740] - Upgrade Parent to 39
    * [MJAVADOC-741] - Upgrade plugins and components


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