Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Do not add a directory of sources which doesn't exist. | aheritier | |
Add specifying params with alternate doclets. Fixes MPJAVADOC-80. | jjensen |
Type | Changes | By |
---|---|---|
Cannot set -sourcepath to add paths for inherited javadocs. Fixes MPJAVADOC-52. | ltheussl | |
Other doclets cannot use standard doclet parameters. Fixes MPJAVADOC-56. | ltheussl | |
Added maven.javadoc.warningsreport and maven.javadoc.javadocreport properties. Fixes MPJAVADOC-65. | ltheussl | |
The maxmemory property is set to 512m by default. Fixes MPJAVADOC-66. | ltheussl | |
StringIndexOutOfBoundsException on parsing the files. Fixes MPJAVADOC-61. | ltheussl | |
Files package.html and overview.html are not copied when source modifications are used. Fixes MPJAVADOC-59. | aheritier | |
Added maven.javadoc.failonerror property. Fixes MPJAVADOC-58. | carlos | |
Added maven.javadoc.header and maven.javadoc.footer properties. Fixes MPJAVADOC-54. Thanks to Dag Sverre Seljebotn. | aheritier |
Type | Changes | By |
---|---|---|
Standard doclet parameters were passed to javadoc even if another doclet is used. Fixes MPJAVADOC-46. | aheritier | |
Output encoding and charset are setted to ${maven.docs.outputencoding} Fixes MPJAVADOC-45. | aheritier | |
Cannot build the plugin with jdk 1.3 Fixes MPJAVADOC-44. | aheritier | |
Javadoc plugin causes site to fail Fixes MPJAVADOC-43. | aheritier | |
Javadoc warning report was throwing exception when used with
Java 1.3
.
Fixes MPJAVADOC-42.
|
felipeal | |
Javadoc does not get created with multiple entries in maven.compile.src.set Fixes MPJAVADOC-41. | aheritier | |
javadoc:jar fails if project doesn't have source files. Fixes MPJAVADOC-40. | aheritier | |
Added maven.javadoc.bottom property Fixes MPJAVADOC-39. | carlos | |
The type for the javadoc is "javadoc.jar" when it is deployed on a repository. Fixes MPJAVADOC-38. | aheritier | |
Default javadoc scope (package) can't be replaced by private or public. Fixes MPJAVADOC-37. | aheritier | |
Javadoc f ails if pom.package isn't specified. Fixes MPJAVADOC-36. | aheritier | |
Add javadoc warning report formatted similar to Checkstyle report. Fixes MPJAVADOC-35. Thanks to Steven Caswell. | aheritier |
Type | Changes | By |
---|---|---|
Correct check needed function for when package is given but there are not java files in it. | brett |
Type | Changes | By |
---|---|---|
Javadoc plugin ignores the package specified in the pom. Fixes MPJAVADOC-33. | aheritier | |
The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT. Fixes MPJAVADOC-32. Thanks to Guillaume Nodet. | aheritier | |
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 | |
Use the property 'maven.javadoc.excludepackagenames' to exclude packages from javadoc generation. Fixes MPJAVADOC-30. Thanks to Maarten Coene. | aheritier | |
Packages list broken on jdk 1.3 for multiple packages. Fixes MPJAVADOC-29. | aheritier | |
@link tag not working with package names. Fixes MPJAVADOC-28. | aheritier | |
Add the property maven.javadoc.debug to print informations to debug the plugin. | aheritier | |
Fix the needed flag when there's an empty sources directory. Fixes MPJAVADOC-26. Thanks to Denis McLaughlin. | aheritier | |
doc-files directories contents are correctly copied. Fixes MPJAVADOC-24. | aheritier | |
Failure to generate relative cross-references to local classes. Fixes MPJAVADOC-16. | aheritier | |
Add support for multiple source directories. Fixes MPJAVADOC-5. | brett |
Type | Changes | By |
---|---|---|
javadoc:jar changed to place the jar in maven.build.dir | dion | |
Add plugin test project | dion | |
trim absolute paths to basedir in javadoc report, remove [javadoc ] banner Fixes MPJAVADOC-22. Thanks to fabrizio giustina. | dion |
Type | Changes | By |
---|---|---|
Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files. Fixes MPJAVADOC-19. | evenisse | |
Fixes MPJAVADOC-6. | dion | |
Fixes MPJAVADOC-17. | dion | |
Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. | jvanzyl | |
default useexternalfile to yes | dion | |
Fix typo in offline link generation. Fixes MAVEN-1007. | dion | |
Allow custom taglets. Fixes MAVEN-894. | dion |
Type | Changes | By |
---|---|---|
Add maven.javadoc.overview property. Fixes MAVEN-639. | evenisse | |
Add maven.javadoc.useexternalfile property. Fixes MAVEN-805. | evenisse | |
update to use maven.docs.*/maven.gen.docs | dion | |
update to commons-lang 1.0.1 | dion | |
Added install, install-snapshot, deploy and deploy-snapshot goals | michal | |
Now respects pom.build.sourceModifications | dion | |
Used maven.docs.dest Fixes MAVEN-428. | evenisse |
Type | Changes | By |
---|---|---|
Added a custom tags support. This option is only available with Java 1.4. | evenisse |
Type | Changes | By |
---|---|---|
Added a report with the javadoc run contents | dion | |
Added the
maven.javadoc.maxmemory
property so that users can customise how much memory javadoc can consume
Thanks to Siegfried Goeschl.
|
dion |