You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by John Casey <jd...@apache.org> on 2010/05/04 22:14:56 UTC

[ANN] Maven Javadoc Plugin version 2.7 Released

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org