+ Update documentation.Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
commons-jelly-tags-xml v1.0 -> v1.1
diff --git a/html2xdoc/xdocs/index.xml b/html2xdoc/xdocs/index.xml
index 3ffc67c6..6040bf31 100644
--- a/html2xdoc/xdocs/index.xml
+++ b/html2xdoc/xdocs/index.xml
@@ -45,12 +45,15 @@
are documented here.
- To enable HTML to xdoc conversion add the following to your maven.xml
+ To enable HTML to xdoc conversion, either set the
+ maven.html2xdoc.enabled
+ property,
+ or add the following to your maven.xml:
Specifies the directory containing HTML documents which will be
- turned into xdoc XML documents in the
- target/generated-xdoc directory
+ turned into xdoc XML documents in the
+ target/generated-xdoc directory
ready for use by the xdoc plugin.
@@ -47,6 +47,7 @@
to produce its output as if it's a normal part of the site.
+