This mojo's responsibility within the plugin/packaging is to process resources defined by various inputs, moving them into a staging directory for use during XSLT processing. This is needed because the DocBook XSLT only allow defining a single img.src.path value; FOP only allows a single fontBaseDir value; etc.
Mojo Attributes:
runtimeprocess-resources| Name | Type | Description |
|---|---|---|
| formats | Format[] |
The formats in which to perform rendering. |
| sourceDocumentName | String |
The name of the document (relative to sourceDirectory) which is the document to be rendered. |
| Name | Type | Description |
|---|---|---|
| cssDirectory | File |
The directory containing local css |
| fontConfig | String |
The relative path font configuration to use. |
| fontsDirectory | File |
The directory containing local fonts |
| imagesDirectory | File |
The directory containing local images |
| masterTranslationArtifactId | String |
The artifactId of the master translation (unless, of course, this is the
master translation). It is assumed that the master translation:
|
| masterTranslationFile | File |
Local path to the master translation to use for diff reporting. |
| options | Options |
Configurable options |
| sourceDirectory | File |
The directory where the sources are located. |
| targetDirectory | File |
The directory where the output will be written. |
java.io.FileNo${basedir}/src/main/cssjava.lang.StringNojava.io.FileNo${basedir}/src/main/fontsorg.jboss.maven.plugins.jdocbook.Format[]Yesjava.io.FileNo${basedir}/src/main/imagesjava.lang.StringNojava.io.FileNoorg.jboss.maven.plugins.jdocbook.OptionsNojava.io.FileNo${basedir}/src/main/docbookjava.lang.StringYesjava.io.FileNo${basedir}/target/docbook