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:
- MJAVADOC-385 - Fix documentation of
feature
Improvements:
- 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