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

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

Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12329&styleName=Text&projectId=11138&Create=Create

* [MJAVADOC-3] - plugin should honor proxy settings
* [MJAVADOC-8] - <group> parameter seems hard to use
* [MJAVADOC-25] - option -locale must be first on the command line.
* [MJAVADOC-28] - [EMAIL PROTECTED] foo} doesn't work when "foo" is a package 
name
* [MJAVADOC-40] - javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
* [MJAVADOC-45] - Quoted argument text must escape apostrophes
* [MJAVADOC-47] - Javadoc plugin ignores destDir when used in reporting section * [MJAVADOC-49] - Embedded error: Exit code: 1 - javadoc: invalid flag: -sourcePath
* [MJAVADOC-51] - Wrong source url on website
* [MJAVADOC-52] - locale error
* [MJAVADOC-53] - Default setting for bottom matter includes three years for copyright info
* [MJAVADOC-55] - offline links not generated when offline
* [MJAVADOC-57] - empty target/site/apidocs/apidocs/index.html created
* [MJAVADOC-66] - Aggregated Javadoc does not use module-level dependencies
* [MJAVADOC-67] - JavaDoc plugin will not locate overview file.
* [MJAVADOC-69] - javadoc plugin install fails when running "mvn install" from plugins dir * [MJAVADOC-70] - {inceptionYear} is not evaluated when inceptionYear is not specified in pom. * [MJAVADOC-33] - Provide new javadoc:aggregate goal to perform javadoc operation on project and subprojects. * [MJAVADOC-42] - Ability to provide more complex data to <bottom> tag (e.g. HTML code)
* [MJAVADOC-56] - excludePackageNames should accept wildars
* [MJAVADOC-46] - Allow -docletpath to be specified as an artifact
* [MJAVADOC-36] - Would like a way to get default javadoc behavior



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

Reply via email to