You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/02/11 10:14:58 UTC

[ANN] Maven Javadoc Plugin 3.3.2 released

The Apache Maven team is pleased to announce the release of the Maven 
Javadoc Plugin, version 3.3.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.3.2</version>
</plugin>


Release Notes - Maven Javadoc Plugin - Version 3.3.2
** Bug
     * [MJAVADOC-693] - NPE if URL is not defined in a dependency
     * [MJAVADOC-694] - Empty warning with maven-javadoc-plugin 3.3.1

** Dependency upgrade
     * [MJAVADOC-705] - Upgrade Maven Reporting API to 3.1.0


Enjoy,

-The Apache Maven team

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