Apache Maven JavaDoc Plugin Version 2.10.4 Released

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

The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.

Please be aware of the new location of our issue tracker which has been moved from Codehaus to Apache Software Foundation.

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-javadoc-plugin</artifactId>
4  <version>2.10.4</version>
5</plugin>

Release Notes - Apache Maven JavaDoc Plugin - Version 2.10.4

Bugs:

  • 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:

Improvements:

Wish:

  • MJAVADOC-432 - Downgrade "Error fetching link: .../package-list"

Enjoy,

-The Apache Maven team