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 2022/08/13 21:55:36 UTC

[ANN] Maven Javadoc Plugin 3.4.1 released

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

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