diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly
index 38caf52b..b9835b6b 100644
--- a/javadoc/plugin.jelly
+++ b/javadoc/plugin.jelly
@@ -398,10 +398,54 @@ internal_javadoc_src_tmp = [${internal_javadoc_src_tmp}]
+ Maven Javadoc plugin version 1.9 and newer + enables specifying custom doclet parameters. + This makes configuring UMLGraph's doclet possible, + for example, turning on extra class diagram adornments. + Adjust these as desired, referring to the UMLGraph documentation. +
++ Note that UmgGraphDoc outputs an error message + if it could not run dot. +
diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml
index ee90217c..38079d72 100644
--- a/javadoc/xdocs/properties.xml
+++ b/javadoc/xdocs/properties.xml
@@ -340,10 +340,10 @@ tag2.scope=all]]>
+ Delimeter separated list of property names
+ (see maven.javadoc.doclet.param.list.delim),
+ with each property defining a parameter name and value,
+ to pass to the doclet.
+ For example:
+ For every property listed, it expects 2 additional properties:
+
+ For example, to specify the "-all" parameter to the doclet
+ and "-all" does not have a parameter value:
+
+ Property name delimeter for list of parameters specified in
+ maven.javadoc.doclet.param.list.
+
-
Type
Name
Optional?
Description
+ Default
maven.javadoc.doclet
@@ -355,6 +355,7 @@ tag2.scope=all]]>
See Class Diagrams FAQ
as an example.
+ (none - calls the JavaDoc standard doclet)
maven.javadoc.docletpath
@@ -365,6 +366,7 @@ tag2.scope=all]]>
the
ant javadoc task documentation for more detail.
+ (none)
+ maven.javadoc.usestandardparameters
@@ -378,6 +380,53 @@ tag2.scope=all]]>
the plugin does not use the standard doclet parameters
unless this property is set.
+ (none)
+
+
+ maven.javadoc.doclet.param.list
+ Yes
+
+
+ umlgraph.all,property2.abc,property3.def
+
+
+
+ (none)
+
+
maven.javadoc.doclet.param.list.delim
+ Yes
+
+
+ , (comma)