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

This plugin uses the Javadoc tool to generate javadocs for your project.

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


Release Notes - Maven 2.x Javadoc Plugin - Version 2.7


** Bug
* [MJAVADOC-273] - NullPointerException when setting detectLinks to true * [MJAVADOC-275] - Creation of Javadoc attachments fails in multi-module project where modules have never been installed/deployed
    * [MJAVADOC-276] - Initial builds of a multi-module project fail

** Improvement
* [MJAVADOC-271] - Improve robustness regarding sporadic connection timeouts

** New Feature
    * [MJAVADOC-277] - Add Swedish translation
* [MJAVADOC-280] - Allow creation of aggregated javadocs source bundles from project dependencies

** Task
    * [MJAVADOC-282] - Switch to JDK 1.5 binaries


Enjoy,

-The 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