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


Release Notes - Maven Javadoc Plugin - Version 3.11.1

** Bug
    * [MJAVADOC-820] - [REGRESSION] MJAVADOC-787 was merged incompletely

** New Feature
    * [MJAVADOC-787] - Automatic detection of release option for JDK < 9

** Task
* [MJAVADOC-819] - Align archive generation code with Maven Source Plugin * [MJAVADOC-821] - Align toolchain discovery code with Maven Compiler Plugin

** Dependency upgrade
* [MJAVADOC-816] - Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
    * [MJAVADOC-817] - Upgrade to Doxia 2.0.0 GA Stack


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