From cb63d3342a256d0fa12ff30970717f036bb41c90 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 4 Mar 2003 02:27:55 +0000 Subject: [PATCH] Support for custom doclets, per the patch from Todd Papaioannou on 26/06/2002 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113042 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/plugin.jelly | 10 +++++++++- javadoc/plugin.properties | 5 +++++ javadoc/xdocs/properties.xml | 21 ++++++++++++++++++++- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index db48f391..81f9c24c 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -114,7 +114,15 @@ - + + + + + + + + + diff --git a/javadoc/plugin.properties b/javadoc/plugin.properties index 62c8f56b..749a75d8 100644 --- a/javadoc/plugin.properties +++ b/javadoc/plugin.properties @@ -6,6 +6,11 @@ maven.javadoc.author = true maven.javadoc.destdir = ${maven.build.dir}/docs/apidocs + +# optional properties for specifying a custom doclet +#maven.javadoc.docletpath= +#maven.javadoc.doclet= + maven.javadoc.links = #maven.javadoc.maxmemory maven.javadoc.public = false diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index fd72d026..3efea69e 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -28,6 +28,25 @@ ${maven.docs.dest}/apidocs. + + maven.javadoc.doclet + Yes + + Specifies the doclet to use when calling javadoc. See + the + ant javadoc task documentation for more detail. + + + + maven.javadoc.docletpath + Yes + + Specifies the path to the doclet class when calling javadoc with a + custom doclet. See + the + ant javadoc task documentation for more detail. + + maven.javadoc.doctitle Yes @@ -62,7 +81,7 @@ Yes Specifies the version of the jdk in use. See - the + the ant javadoc task documentation for more detail.