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

http://maven.apache.org/plugins/maven-javadoc-plugin/

You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.1</version>
</plugin>


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

** Bug
   * [MJAVADOC-62] - javadoc:javadoc needs access to generated sources
   * [MJAVADOC-64] - No way to output javadoc warnings
   * [MJAVADOC-65] - The javadoc plugin seems to ignore package-info.java
   * [MJAVADOC-72] - Aggregating javadocs doesn't work
   * [MJAVADOC-81] - Additional doclets do not run.
   * [MJAVADOC-82] - 'sourcepath' should not be mandatory when using
'subpackages' configuration
   * [MJAVADOC-84] - destDir not used when generating a site
   * [MJAVADOC-85] - <taglet> allow only one taglet
   * [MJAVADOC-86] - Coma in <group><title> are replaced by -group
   * [MJAVADOC-87] - doc-files ignored if they reside in the
resources directory
   * [MJAVADOC-88] - Copyright null if no organization name was specified
   * [MJAVADOC-90] - Missing standard doclet options
   * [MJAVADOC-92] - Cant find javadoc.exe on windows in specific cases
   * [MJAVADOC-93] - Allow commas in text arguments doctitle,
windowtitle, header, footer, and bottom [PATCH ATTACHED]

** Improvement
   * [MJAVADOC-73] - provide javadoc warnings
   * [MJAVADOC-89] - Improve the plugin debugger

** New Feature
   * [MJAVADOC-61] - Adding custom source paths to javadoc

** Task
   * [MJAVADOC-71] - Update plugin documentation
   * [MJAVADOC-79] - Review plugin documentation

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to