You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2009/07/31 11:40:07 UTC

[ANN] Maven Javadoc Plugin 2.6 Released

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

The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified 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.6</version>
</plugin>

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

** Sub-task
    * [MJAVADOC-239] - Helpfile loaded from classpath

** Bug
    * [MJAVADOC-181] - Javadoc report not generated for multi-module
project if run from parent level.
    * [MJAVADOC-215] - warning proxyHost' is deprecated since 2.4
    * [MJAVADOC-219] - skip parameter is ignored in aggregate goal
    * [MJAVADOC-220] - ArrayIndexOutOfBoundsException in
JavadocUtil.getIncludedFiles
    * [MJAVADOC-230] - aggregate report requires to have
aggregate=true configuration parameter
    * [MJAVADOC-231] - tagletpath does not seem to work
    * [MJAVADOC-232] - copied doc-files folder contains svn meta files
    * [MJAVADOC-238] - No timeout set for URLConnection which can
cause build to get stuck

** Improvement
    * [MJAVADOC-216] - Stylesheet file loaded from classpath
    * [MJAVADOC-222] - Documentation Issues
    * [MJAVADOC-225] - The plugin should be able to generate a jar of
the aggregated javadoc
    * [MJAVADOC-226] - Add a new goal to fix Javadoc tags
    * [MJAVADOC-240] - Add default Javadoc link depending the values
of maven-compiler-plugin configuration

** New Feature
    * [MJAVADOC-97] - enable internal/external dependency references as links

** Task
    * [MJAVADOC-217] - Update "Aggregating Javadocs" example

Enjoy,

-The Maven team

Re: [ANN] Maven Javadoc Plugin 2.6 Released

Posted by Ravi Luthra <co...@gmail.com>.
Any word on the release date of 2.6.1, all of our builds in Hudson failed
this weekend upon the release of 2.6. Thank you though for your work on
this, I know its terrible to put in all the effort improving all of our
lives and get bitten by it by random people like me.

Thanks,
Ravi

On Fri, Jul 31, 2009 at 2:40 AM, Vincent Siveton <vs...@apache.org>wrote:

> The Maven team is pleased to announce the release of the Maven Javadoc
> Plugin, version 2.6.
>
> The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
> generating javadocs for the specified 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.6</version>
> </plugin>
>
> Release Notes - Maven 2.x Javadoc Plugin - Version 2.6
>
> ** Sub-task
>    * [MJAVADOC-239] - Helpfile loaded from classpath
>
> ** Bug
>    * [MJAVADOC-181] - Javadoc report not generated for multi-module
> project if run from parent level.
>    * [MJAVADOC-215] - warning proxyHost' is deprecated since 2.4
>    * [MJAVADOC-219] - skip parameter is ignored in aggregate goal
>    * [MJAVADOC-220] - ArrayIndexOutOfBoundsException in
> JavadocUtil.getIncludedFiles
>    * [MJAVADOC-230] - aggregate report requires to have
> aggregate=true configuration parameter
>    * [MJAVADOC-231] - tagletpath does not seem to work
>    * [MJAVADOC-232] - copied doc-files folder contains svn meta files
>    * [MJAVADOC-238] - No timeout set for URLConnection which can
> cause build to get stuck
>
> ** Improvement
>    * [MJAVADOC-216] - Stylesheet file loaded from classpath
>    * [MJAVADOC-222] - Documentation Issues
>    * [MJAVADOC-225] - The plugin should be able to generate a jar of
> the aggregated javadoc
>    * [MJAVADOC-226] - Add a new goal to fix Javadoc tags
>    * [MJAVADOC-240] - Add default Javadoc link depending the values
> of maven-compiler-plugin configuration
>
> ** New Feature
>    * [MJAVADOC-97] - enable internal/external dependency references as
> links
>
> ** Task
>    * [MJAVADOC-217] - Update "Aggregating Javadocs" example
>
> Enjoy,
>
> -The Maven team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>