| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.transform.dir | ${maven.build.dir}/transform | Yes | Specifies the root directory for transform output files. |
| maven.transform.css | ${maven.src.dir}/css | Yes | Specifies the css stylesheets directory. |
| maven.transform.xml | ${maven.src.dir}/xml | Yes | Specifies the xml directory. |
| maven.transform.images | ${maven.src.dir}/images | Yes | Specifies the images directory. |
| maven.transform.catalog | Yes | Specifies the directory which contains the catalog.xml and the CatalogManager.properties. | |
| maven.transform.xml.file | No | Specifies top xml-file for the transformation process. |
| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.transform.html.dir | ${maven.transform.dir}/html | Yes | Specifies the output directory for the html transformation. |
| maven.transform.common.resources | Yes | Specifies the directory for common resources. This directory is copied to the html output directory. | |
| maven.transform.html.images.dir | ${maven.transform.html.dir}/images | Yes | Specifies the destination directory for the images. |
| maven.transform.css.dest.dir | ${maven.transform.html.dir}/css | Yes | Specifies the destination directory for the css stylesheets. |
| maven.transform.xsl.html | No | Specifies xsl stylesheet for the html transformation. |
| Property | Default | Optional? | Description |
|---|---|---|---|
| maven.transform.fo.dir | ${maven.transform.dir}/fo | Yes | Specifies the output directory for the fo transformation. |
| maven.transform.pdf.dir | ${maven.transform.dir}/pdf | Yes | Specifies the output directory for the pdf transformation. |
| maven.transform.fo.images.dir | ${maven.transform.fo.dir}/images | Yes | Specifies the destination directory for the images. |
| maven.transform.xsl.pdf | No | Specifies xsl stylesheet for the pdf transformation. |