You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2018/05/28 20:34:22 UTC

[ANN] Apache Maven Javadoc Plugin 3.0.1 Released

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

** Bug
     * [MJAVADOC-427] - "Error fetching URL" for valid non-Java API links
     * [MJAVADOC-504] - NullPointerException in JavadocUtil.getJavaHome()  
when JAVA_HOME isn't set
     * [MJAVADOC-512] - Even when <javadocVersion>1.8.0</javadocVersion>  
matches there still is a warning.
     * [MJAVADOC-517] - NPE under Java 10 RC

** Improvement
     * [MJAVADOC-487] - Follow redirects
     * [MJAVADOC-508] - Option to fail in case of javadoc warning

** Dependency upgrade
     * [MJAVADOC-515] - Upgrade parent to 31
     * [MJAVADOC-520] - Upgrade plexus-utils/qdox/plexus-archiver/
     * [MJAVADOC-521] - Add documentation information for GitHub


Enjoy,

-The Apache Maven team

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