diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index 73916d32..fe101d7e 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -564,7 +564,7 @@
-
-
+ prereqs="xdoc:init, xdoc:i18n-validation, xdoc:register-reports"
+ description="Generates xdocs for site based on project descriptor">
Generating xdocs from POM ...
@@ -884,12 +880,9 @@
-
-
-
+ prereqs="xdoc:init"
+ description="copy static resources for use in xdocs generated html">
${maven.xdoc.locale.default}, ${maven.xdoc.locale.supported}
@@ -1004,11 +997,8 @@
-
-
-
+ prereqs="xdoc:init"
+ description="Copy user provided resources to docs destination">
@@ -1113,15 +1103,13 @@
-
-
+ prereqs="xdoc:init"
+ description="Generate html project documentation xdoc sources">
-
-
-
+
+
+
@@ -1168,11 +1156,8 @@
-
-
+ prereqs="xdoc:init, xdoc:jelly-init, xdoc:register-reports"
+ description="transform xdocs using jelly/jsl rather than dvsl">
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 20eb20ce..a3703baf 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -28,7 +28,6 @@
Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.
- xdoc:init was called six times during one xdoc run.
Include dependencies' scope in dependencies page.
Include the new theme maven-stylus.css.
Document the use of pom settings by the xdoc plugin.