From b5168a1de3e3f4b7230852bb54efff689e6ccf99 Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 3 Sep 2004 23:05:34 +0000 Subject: [PATCH] update bug fixed git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116031 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/xdocs/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.