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

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


Release Notes - Maven Javadoc Plugin - Version 3.4.1

** Dependency upgrade
    * [MJAVADOC-719] - Update Maven Archiver to 3.6.0
* [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0


Enjoy,

-The Apache Maven team

Reply via email to