From eedbf0473454792c344a69044c02569c691d4121 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 21 Aug 2004 23:03:40 +0000 Subject: [PATCH] fix MPJAVADOC-36. It is workaround, because I didn't find a clean solution to mix the case where the package is defined and the one, where it is not. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115990 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/plugin.jelly | 56 ++++++++++++++++++------ javadoc/src/plugin-test/test05/maven.xml | 8 ++-- 2 files changed, 45 insertions(+), 19 deletions(-) diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index d9bf60ec..852d195c 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -300,26 +300,36 @@ internal.javadoc.working.dir = [${internal.javadoc.working.dir}] + + ${context.getAntProject().getReferences().get('maven.compile.src.set')} + + + + + + + + @@ -418,6 +428,24 @@ internal.javadoc.working.dir = [${internal.javadoc.working.dir}] + + + + + ${context.getAntProject().getReferences().get('maven.compile.src.set')} + + + + + + + + + diff --git a/javadoc/src/plugin-test/test05/maven.xml b/javadoc/src/plugin-test/test05/maven.xml index 596eb313..9df1e5b0 100644 --- a/javadoc/src/plugin-test/test05/maven.xml +++ b/javadoc/src/plugin-test/test05/maven.xml @@ -27,12 +27,10 @@ - - + - - - + +