diff --git a/html2xdoc/plugin.jelly b/html2xdoc/plugin.jelly
index ae54ec55..da889372 100644
--- a/html2xdoc/plugin.jelly
+++ b/html2xdoc/plugin.jelly
@@ -78,4 +78,11 @@
+
+
+
+ html2xdoc is enabled
+
+
+
diff --git a/html2xdoc/plugin.properties b/html2xdoc/plugin.properties
index edc08acb..dbcfe838 100644
--- a/html2xdoc/plugin.properties
+++ b/html2xdoc/plugin.properties
@@ -3,3 +3,4 @@
# -------------------------------------------------------------------
# Html2XDoc log plugin.
# -------------------------------------------------------------------
+maven.html2xdoc.enabled=false
\ No newline at end of file
diff --git a/html2xdoc/xdocs/changes.xml b/html2xdoc/xdocs/changes.xml
index ae4c6da0..3c39759f 100644
--- a/html2xdoc/xdocs/changes.xml
+++ b/html2xdoc/xdocs/changes.xml
@@ -7,6 +7,7 @@
+ Add maven.html2xdoc.enabled property
Upgrade to dom4j 1.4
diff --git a/html2xdoc/xdocs/properties.xml b/html2xdoc/xdocs/properties.xml
index bfa2a0eb..13151654 100644
--- a/html2xdoc/xdocs/properties.xml
+++ b/html2xdoc/xdocs/properties.xml
@@ -20,6 +20,15 @@
ready for use by the xdoc plugin.
+
+ | maven.html2xdoc.enabled |
+ Yes (default=false) |
+
+ If this is set to true, the html2xdoc plugin will run before any
+ xdocs are translated to html, allowing the html2xdoc conversion process
+ to produce its output as if it's a normal part of the site.
+ |
+
| maven.html2xdoc.jsl |
Yes |