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/04/20 18:00:23 UTC

[ANN] Maven Javadoc Plugin 3.4.0 released

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


Release Notes - Maven Javadoc Plugin - Version 3.4.0

** Bug
     * [MJAVADOC-696] - Invalid anchors in Javadoc and plugin mojo

** Task
     * [MJAVADOC-712] - Remove remains of org.codehaus.doxia.sink.Sink

** Dependency upgrade
     * [MJAVADOC-711] - Upgrade plugins in ITs
     * [MJAVADOC-714] - Upgrade to Maven 3.2.5


Enjoy,

-The Apache Maven team

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