diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index 45c7d743..1084e99d 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -53,11 +53,13 @@
-
-
-
-
-
+
+ ${report.put('name', name)}
+ ${report.put('pluginName', pluginName)}
+ ${report.put('description', description)}
+ ${report.put('link', link)}
+ ${reports.add(report)}
+
@@ -117,10 +119,10 @@
| documents easily. See jslCore for a tag suitable for
| transforming documents how you want.
| @input
- | @output - Will be placed under ${maven.gen.docs}
+ | @outputDirectory - Will be placed under ${maven.gen.docs}
| @stylesheet
- | @encoding
- | @omitXmlDeclaration
+ | @encoding - defaults to ${maven.docs.outputencoding}
+ | @omitXmlDeclaration - defaults to ${maven.docs.omitXmlDeclaration}
| @outputMode
| @prettyPrint
-->
@@ -130,15 +132,7 @@
-->
-
-
+