diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index d3aad866..3b93b540 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -440,7 +440,21 @@
xdoc:validate.${maven.build.dir}/generated-xdocs.
+
+
+ | Property name | +Optional? | +Description | +
|---|---|---|
| maven.xdoc.xml.copy | Yes | @@ -102,6 +111,22 @@|
| maven.xdoc.skip.uptodate | +Yes | +
+ If set to true, Maven compares the timestamps
+ of corresponding source- and generated files and only
+ performs a transformation if they are different.
+ This leads to a speedup of the site generation by eliminating
+ tranforms of unchanged documents. Note:
+ this only applies to user-supplied source documents, if you
+ change settings in project.xml, navigation.xml
+ or any other properties- or configuration file, you should
+ generate the site from scratch to make sure all cross-links
+ are correct. Defaults to false.
+ |
+