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

This will be the last Maven 2 compatible version.

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>2.10.4</version>
</plugin>

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

http://maven.apache.org/plugins/maven-javadoc-plugin/download.cgi


Release Notes - Maven Javadoc Plugin - Version 2.10.4

** Bug
    * [MJAVADOC-404] - Goal resource-bundle generates faulty JAR file
* [MJAVADOC-423] - Wrong link generation for org.xml.sax.helpers.DefaultHandler
    * [MJAVADOC-431] - Allow Javadoc Jar to contain Maven descriptor
    * [MJAVADOC-437] - javadoc:aggregate fails on initial build
    * [MJAVADOC-441] - javadoc plugin fails with recent jdk9-ea builds

** Documentation
* [MJAVADOC-385] - Fix documentation of <additionalDependencies> feature

** Improvement
    * [MJAVADOC-384] - Allow whitespace in javadoc exclude list
    * [MJAVADOC-442] - Support new jdk9 java version scheme
    * [MJAVADOC-446] - Upgrade plexus-archiver from 3.0.3 to 3.1
    * [MJAVADOC-454] - Upgrade of 'plexus-archiver' to version 3.3.
    * [MJAVADOC-455] - Change IT whitelist to blacklist

** Wish
    * [MJAVADOC-432] - Downgrade "Error fetching link: .../package-list"


Enjoy,

-The Apache Maven team

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

Reply via email to