You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2004/09/26 23:29:54 UTC

[ANN] Maven Javadoc Plug-in 1.7 release

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

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



Changes in this version include:

  New Features:

o Output encoding and charset are setted to ${maven.docs.outputencoding} 
  Issue: MPJAVADOC-45. 
o Added maven.javadoc.bottom property Issue: MPJAVADOC-39. 
o Add javadoc warning report formatted similar to Checkstyle report. Issue: 
  MPJAVADOC-35. Thanks to Steven Caswell. 

  Fixed bugs:

o Standard doclet parameters were passed to javadoc even if another doclet is 
  used. Issue: MPJAVADOC-46. 
o Cannot build the plugin with jdk 1.3 Issue: MPJAVADOC-44. 
o Javadoc plugin causes site to fail Issue: MPJAVADOC-43. 
o Javadoc warning report was throwing exception when used with Java 1.3. 
  Issue: MPJAVADOC-42. 
o Javadoc does not get created with multiple entries in maven.compile.src.set 
  Issue: MPJAVADOC-41. 
o javadoc:jar fails if project doesn't have source files. Issue: 
  MPJAVADOC-40. 
o The type for the javadoc is "javadoc.jar" when it is deployed on a 
  repository. Issue: MPJAVADOC-38. 
o Default javadoc scope (package) can't be replaced by private or public. 
  Issue: MPJAVADOC-37. 
o Javadoc fails if pom.package isn't specified. Issue: MPJAVADOC-36.  

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

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

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

Have fun!
-The maven team

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