Full name:
net.sf.xsltmp:xslt-generator-maven-plugin:1.8:many-to-dynamic
Description:
For each source file, the template is supposed to create destination files dynamically using the xsl:result-document command.
The default output of the template is directed to a file which is deleted after processing.
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. |
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.