Release History

VersionDateDescription
1.9 2007-04-30
1.8 2006-01-15
1.7 2004-09-26
1.6.1 2004-07-13
1.6 2004-07-09
1.5 2004-05-15
1.4 2004-03-07
1.4 2004-03-07
1.2 Unknown
1.1

Get the RSS feed of the last changes

Release 1.9 - 2007-04-30

TypeChangesBy
fix Do not add a directory of sources which doesn't exist. aheritier
add Add specifying params with alternate doclets. Fixes MPJAVADOC-80. jjensen

Release 1.8 - 2006-01-15

TypeChangesBy
fix Cannot set -sourcepath to add paths for inherited javadocs. Fixes MPJAVADOC-52. ltheussl
fix Other doclets cannot use standard doclet parameters. Fixes MPJAVADOC-56. ltheussl
add Added maven.javadoc.warningsreport and maven.javadoc.javadocreport properties. Fixes MPJAVADOC-65. ltheussl
update The maxmemory property is set to 512m by default. Fixes MPJAVADOC-66. ltheussl
fix StringIndexOutOfBoundsException on parsing the files. Fixes MPJAVADOC-61. ltheussl
fix Files package.html and overview.html are not copied when source modifications are used. Fixes MPJAVADOC-59. aheritier
add Added maven.javadoc.failonerror property. Fixes MPJAVADOC-58. carlos
add Added maven.javadoc.header and maven.javadoc.footer properties. Fixes MPJAVADOC-54. Thanks to Dag Sverre Seljebotn. aheritier

Release 1.7 - 2004-09-26

TypeChangesBy
fix Standard doclet parameters were passed to javadoc even if another doclet is used. Fixes MPJAVADOC-46. aheritier
add Output encoding and charset are setted to ${maven.docs.outputencoding} Fixes MPJAVADOC-45. aheritier
fix Cannot build the plugin with jdk 1.3 Fixes MPJAVADOC-44. aheritier
fix Javadoc plugin causes site to fail Fixes MPJAVADOC-43. aheritier
fix Javadoc warning report was throwing exception when used with Java 1.3 . Fixes MPJAVADOC-42. felipeal
fix Javadoc does not get created with multiple entries in maven.compile.src.set Fixes MPJAVADOC-41. aheritier
fix javadoc:jar fails if project doesn't have source files. Fixes MPJAVADOC-40. aheritier
add Added maven.javadoc.bottom property Fixes MPJAVADOC-39. carlos
fix The type for the javadoc is "javadoc.jar" when it is deployed on a repository. Fixes MPJAVADOC-38. aheritier
fix Default javadoc scope (package) can't be replaced by private or public. Fixes MPJAVADOC-37. aheritier
fix Javadoc f ails if pom.package isn't specified. Fixes MPJAVADOC-36. aheritier
add Add javadoc warning report formatted similar to Checkstyle report. Fixes MPJAVADOC-35. Thanks to Steven Caswell. aheritier

Release 1.6.1 - 2004-07-13

TypeChangesBy
fix Correct check needed function for when package is given but there are not java files in it. brett

Release 1.6 - 2004-07-09

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

Release 1.5 - 2004-05-15

TypeChangesBy
fix javadoc:jar changed to place the jar in maven.build.dir dion
update Add plugin test project dion
fix trim absolute paths to basedir in javadoc report, remove [javadoc ] banner Fixes MPJAVADOC-22. Thanks to fabrizio giustina. dion

Release 1.4 - 2004-03-07

TypeChangesBy
fix Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files. Fixes MPJAVADOC-19. evenisse
fix Fixes MPJAVADOC-6. dion
fix Fixes MPJAVADOC-17. dion
update Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. jvanzyl
update default useexternalfile to yes dion
fix Fix typo in offline link generation. Fixes MAVEN-1007. dion
add Allow custom taglets. Fixes MAVEN-894. dion

Release 1.4 - 2004-03-07

TypeChangesBy
add Add maven.javadoc.overview property. Fixes MAVEN-639. evenisse
add Add maven.javadoc.useexternalfile property. Fixes MAVEN-805. evenisse
update update to use maven.docs.*/maven.gen.docs dion
update update to commons-lang 1.0.1 dion
add Added install, install-snapshot, deploy and deploy-snapshot goals michal
fix Now respects pom.build.sourceModifications dion
fix Used maven.docs.dest Fixes MAVEN-428. evenisse

Release 1.2 - Unknown

TypeChangesBy
add Added a custom tags support. This option is only available with Java 1.4. evenisse

Release 1.1 -

TypeChangesBy
add Added a report with the javadoc run contents dion
add Added the maven.javadoc.maxmemory property so that users can customise how much memory javadoc can consume Thanks to Siegfried Goeschl. dion