From 3e2d10d7f4d2d123814a3ca48149b623dbb11dae Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 19 Sep 2003 07:35:23 +0000 Subject: [PATCH] Add maven.html2xdoc.enabled property allowing html files to be treated as 'normal' xdoc when doing maven:site git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114037 13f79535-47bb-0310-9956-ffa450edef68 --- html2xdoc/plugin.jelly | 7 +++++++ html2xdoc/plugin.properties | 1 + html2xdoc/xdocs/changes.xml | 1 + html2xdoc/xdocs/properties.xml | 9 +++++++++ 4 files changed, 18 insertions(+) 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