Property | Optional? | Description |
---|
maven.sdocbook.src.dir | No |
The location were the XML documents are found. It defaults
to "${basedir}/sdocbook"
|
maven.sdocbook.files | No |
The docbook sources that will be transformed. Set this if you use entities to avoid transformation
of every of them.
It defaults to **/*.xml, **/*.sgml
|
maven.sdocbook.resources.include | No |
The resources which are to be copied from maven.sdocbook.src.dir and into target.
It defaults to **/*.png, **/*.gif, **/*.jpg, **/*.css
|
maven.sdocbook.stylesheets.dir | No |
Points to the root of the DocBook XSL stylesheet distribution, where the stylesheets
used for transformation are placed.
It defaults to ${plugin.dir}/plugin-resources/docbook-xsl-x.x, being x.x the version used by default.
|
maven.sdocbook.html.xsl | No |
Stylesheet to use for html transformation.
Defaults to ${maven.sdocbook.stylesheets.dir}/html/docbook.xsl.
|
maven.sdocbook.html.params | No |
Parameters to pass to the stylesheets which transform docbook into html.
It defaults to the empty string.
Look at the stylesheets docs for HTML params.
|
maven.sdocbook.fo.xsl | No |
Stylesheet to use for fo transformation.
Defaults to ${maven.sdocbook.stylesheets.dir}/fo/docbook.xsl.
|
maven.sdocbook.fo.params | No |
Parameters to pass to the stylesheets which transform docbook into fo.
It defaults to the empty string.
Look at the stylesheets docs for FO params.
|
maven.sdocbook.use.entityresolver | No |
Set this to true if you want to use
xml-commons-resolver
for resolving the dtd elements. Using the resolver for local DTD resolve results in much faster processing
time, as the DTD does not have to be downloaded from OASIS all the time.
It defaults to false.
If you set this to true you must also set maven.sdocbook.catalogmanager.properties
|
maven.sdocbook.catalogmanager.properties | No |
Set this to point to configuration file of
xml-commons-resolver.
If you set maven.sdocbook.use.entityresolver to true, you must set this too.
The properties file pointed to by this property defines how to resolve DTDs locally.
The documentation on resolver.
|
maven.sdocbook.target.dir | No |
Target directory for the created documents. It defaults
to ${maven.build.dir}/docs/docbook
|
maven.sdocbook.generated.html | No |
Target directory for the created HTML documents. It defaults
to ${maven.build.dir}/generated-docbooks/html
|
maven.sdocbook.generated.fo | No |
Target directory for the created FO documents. It defaults
to ${maven.build.dir}/generated-docbooks/fo
|
maven.sdocbook.generated.pdf | No |
Target directory for the created PDF documents. It defaults
to ${maven.build.dir}/generated-docbooks/pdf
|