You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2021/09/07 20:41:43 UTC

[ANN] Apache Maven Javadoc Plugin 3.3.1 Released

The Apache Maven team is pleased to announce the release of the Apache 
Maven Javadoc Plugin, version 3.3.1

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.3.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-javadoc-plugin/download.html

Release Notes - Maven Javadoc Plugin - Version 3.3.1

** Bug
     * [MJAVADOC-450] - Artifacts with a classifier are ignored when 
looking for resources in dependencies
     * [MJAVADOC-618] - Goal javadoc:aggregate fails with submodules 
packaged as war
     * [MJAVADOC-677] - Using "requires static transitive" makes javadoc 
goal fail
     * [MJAVADOC-678] - avoid unit test creating 
javadoc-options-javadoc-resources.xml in root directory
     * [MJAVADOC-679] - "Unable to compute stale date" in a directory 
with accent characters (charset issue)
     * [MJAVADOC-680] - JDK 16+: Error fetching link: 
[...]\target\javadoc-bundle-options. Ignored it.
     * [MJAVADOC-684] - maven-javadoc and reproducible builds

** Improvement
     * [MJAVADOC-683] - Reimplement failOnWarning (for Java 17)

** Task
     * [MJAVADOC-687] - Upgrade Jetty Version to last 9.4.x

Enjoy,

-The Apache Maven team