You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Arnaud HERITIER <ah...@apache.org> on 2004/07/10 18:15:54 UTC

[ANN] Maven Javadoc Plug-in 1.6

The maven team is pleased to announce the Maven Javadoc Plug-in 1.6 release! 

http://maven.apache.org/reference/plugins/javadoc/



Changes in this version include:

  New Features:

o Use the property 'maven.javadoc.excludepackagenames' to exclude packages 
  from javadoc generation. Issue: MPJAVADOC-30. Thanks to Maarten Coene. 
o Add the property maven.javadoc.debug to print informations to debug the 
  plugin. 

  Fixed bugs:

o Javadoc plugin ignores the package specified in the pom. Issue: 
  MPJAVADOC-33. 
o The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT. 
  Issue: MPJAVADOC-32. Thanks to Guillaume Nodet. 
o Use the property 'maven.compile.encoding' to set the encoding used when 
  reading sources in javadoc task. Issue: MPJAVADOC-31. Thanks to Takayoshi 
  Kimura. 
o Packages list broken on jdk 1.3 for multiple packages. Issue: MPJAVADOC-29. 
o @link tag not working with package names. Issue: MPJAVADOC-28. 
o Fix the needed flag when there's an empty sources directory. Issue: 
  MPJAVADOC-26. Thanks to Denis McLaughlin. 
o doc-files directories contents are correctly copied. Issue: MPJAVADOC-24. 
o Failure to generate relative cross-references to local classes. Issue: 
  MPJAVADOC-16. 
o Add support for multiple source directories. Issue: MPJAVADOC-5.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-javadoc-plugin
  -Dversion=1.6

For a manual installation, you can download the plugin here:
http://www.apache.org/dist/java-repository/maven/plugins/maven-javadoc-plugin-1.6.jar
         

Have fun!
-The maven team



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org