From 18947c5c49e5e9fa0f520c420f4f3d3d70a26711 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 15 Apr 2006 08:55:03 +0000 Subject: [PATCH] Workaround for the bug in the javadoc tool bundled in the jdk 5.0 and in the current beta of the jdk 6.0 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101868 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394272 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/src/plugin-test/test05/project.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javadoc/src/plugin-test/test05/project.properties b/javadoc/src/plugin-test/test05/project.properties index 9d8bc221..79aeccb5 100644 --- a/javadoc/src/plugin-test/test05/project.properties +++ b/javadoc/src/plugin-test/test05/project.properties @@ -1,2 +1,3 @@ #Test to remove the copyrigth -maven.javadoc.bottom= \ No newline at end of file +maven.javadoc.bottom= +maven.javadoc.use=false \ No newline at end of file