Transforms XML source files using an XSL style sheet.
Mojo Attributes:
process-sources| Name | Type | Description |
|---|---|---|
| destDir | File |
The destination directory to write the XML files. |
| srcDir | File |
The directory containing the XML files. |
| xslFile | File |
The XSL stylesheet to use. |
| Name | Type | Description |
|---|---|---|
| fileNameRegex | String |
A regular expression that will match part of the XML file name for replacement. |
| fileNameReplacement | String |
The replacement for the matched regular expression of the XML file name. |
| parameters | Map |
A Map of parameters to be passed into the style. |
| srcIncludes | String |
For Source Directory. Specifies a fileset source file to format.
This is a comma- or space-separated list of patterns of files. Default value is **/*.xml. |
The destination directory to write the XML files.
java.io.FileYes${project.build.outputDirectory}java.lang.StringNojava.lang.StringNojava.util.MapNojava.io.FileYes${project.build.sourceDirectory}java.lang.StringNo**/*.xmljava.io.FileYes