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


Release Notes - Maven Javadoc Plugin - Version 3.10.1

** Bug
* [MJAVADOC-810] - [REGRESSION] MJAVADOC-791 causes forked Maven execution fail if any toolchains or settings file isn't present * [MJAVADOC-811] - javadoc.bat fails to execute on Windows when project is not on drive C and AutoRun is configured * [MJAVADOC-812] - [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs


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

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

Reply via email to