The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.11.2
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project 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.2</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-javadoc-plugin/download.cgi Release Notes - Maven Javadoc Plugin - Version 3.11.2 ** New Feature * [MJAVADOC-814] - Ability to split grouped packages over multiple lines ** Improvement * [MJAVADOC-823] - legacyMode keeps using module-info.java (-sourcedirectory still use as well as java files input) ** Task * [MJAVADOC-822] - parameter skippedModules should scale and easier to use Enjoy, -The Apache Maven team