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.