You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2023/02/15 12:45:12 UTC

[ANN] Maven Javadoc Plugin 3.5.0 released

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