From be3976decd12871cc60ea19d09138f67deb371b6 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 27 May 2003 23:25:55 +0000 Subject: [PATCH] Applied Maven-436 patch git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113445 13f79535-47bb-0310-9956-ffa450edef68 --- docbook/plugin.jelly | 34 +++++++++++++++++++++++++--------- docbook/xdocs/properties.xml | 11 +++++++++++ 2 files changed, 36 insertions(+), 9 deletions(-) diff --git a/docbook/plugin.jelly b/docbook/plugin.jelly index aea21376..f55cbcd0 100644 --- a/docbook/plugin.jelly +++ b/docbook/plugin.jelly @@ -6,7 +6,7 @@ - @@ -15,13 +15,29 @@ value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/> ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} - - + + + + + + Using offline DocBook DTD ${maven.docbook.dtd} + + + + + + - + diff --git a/docbook/xdocs/properties.xml b/docbook/xdocs/properties.xml index ba589229..73636b08 100644 --- a/docbook/xdocs/properties.xml +++ b/docbook/xdocs/properties.xml @@ -22,6 +22,17 @@ source directory for the simple docbook xml files + + maven.docbook.dtd + Yes + + If set, it points to the offline DocBook DTD. + This allows offline transformation and DTD checking. + DocBook DTD is available for download at + http://www.oasis-open.org/docbook/xml/4.1.2/index.shtml. + Example value: "/home/msk/docbook-dtd/docbookx.dtd" + +