diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 2e0ba5f9..c64f3e39 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -27,12 +27,15 @@ + Cannot build the plugin with jdk 1.3 + Javadoc plugin causes site to fail + Javadoc does not get created with multiple entries in maven.compile.src.set javadoc:jar fails if project doesn't have source files. + Added maven.javadoc.bottom property The type for the javadoc is "javadoc.jar" when it is deployed on a repository. - Add javadoc warning report formatted similar to Checkstyle report. - Added maven.javadoc.bottom property Default javadoc scope (package) can't be replaced by private or public. Javadoc fails if pom.package isn't specified. + Add javadoc warning report formatted similar to Checkstyle report. Correct check needed function for when package is given but there are not java files in it.