Full name:
net.sf.xsltmp:xslt-generator-maven-plugin:1.8:many-to-many
Description:
Each source file is transformed into a single destination file, preserving the directory structure. The destination directory tree is created based on the source directory tree.
Files with up-to-date timestamp are skipped.
Attributes:
| Name | Type | Since | Description | 
|---|---|---|---|
| srcDir | File | - | The source directory. The source files are read from here. | 
| xslTemplate | String | - | The XSL template to use. | 
| Name | Type | Since | Description | 
|---|---|---|---|
| addDestDirTo | String | - | Where should the destination directory be added. Valid values are:
sources, resources, test-sources, test-resources. This is a shortcut to avoid configuring the build-helper-maven-plugin. When adding to resources or test-resources, all .java files are excluded by default. | 
| destDir | File | - | The destination directory. The output files are written based on
this directory. | 
| 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. | 
| filter | String | - | Type of filter to use on input files (XSL templates and source
files). Must implement Filter. | 
| filterParameters | Map | - | Map of parameters to be passed to the filter. See the particular filter for its parameters. | 
| force | boolean | - | Force generation. When set, the timestamp of the last build is
ignored and the XSLT generation is always performed. Default value is: false. | 
| parameters | Map | - | A Map of parameters to be passed into the style. | 
| sourceEncoding | String | - | Read the source files (XSL templates and XML transformation
sources) using this encoding. | 
| srcExcludes | String | - | Which files from the source directory tree should be excluded in
the transformation. Specifies a fileset of source files in the comma- or space-separated list of patterns of files. | 
| srcIncludes | String | - | Which files from the source directory tree should be included in
the transformation. Specifies a fileset of source files in the comma- or space-separated list of patterns of files. Default value is: **/*.xml. | 
This is a shortcut to avoid configuring the build-helper-maven-plugin.
When adding to resources or test-resources, all .java files are excluded by default.
See the particular filter for its parameters.
Specifies a fileset of source files in the comma- or space-separated list of patterns of files.
Specifies a fileset of source files in the comma- or space-separated list of patterns of files.