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


Release Notes - Maven Javadoc Plugin - Version 3.10.0

** Bug
* [MJAVADOC-560] - Clarify outputDirectory, reportOutputDirectory in javadoc:javadoc documentation

** Task
* [MJAVADOC-776] - Plugin depends on plexus-container-default, which is EOL * [MJAVADOC-785] - Align plugin implementation with AbstractMavenReport (maven-reporting-impl)
    * [MJAVADOC-807] - Simplify IT for MJAVADOC-498
    * [MJAVADOC-809] - Align Mojo class names

** Dependency upgrade
    * [MJAVADOC-784] - Upgrade to Doxia 2.0.0 Milestone Stack
    * [MJAVADOC-808] - Upgrade to Parent 43


NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Enjoy,

-The Apache Maven team

Reply via email to