yaml-combine:yaml-combine
Full name:
com.randomnoun.maven.plugins:yaml-combine-maven-plugin:2.0.8:yaml-combine
Description:
Maven goal which combines a bunch of yaml files into a big yaml file.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<filtering> | boolean | - | True to filter files before processing, in the maven copy-resources sense ( i.e. perform variable substitution ). Default value is: false. User property is: filtering. |
<outputDirectory> | File | - | Directory containing the generated JAR. Default value is: ${project.build.directory}. |
<verbose> | boolean | - | True to increase logging Default value is: false. User property is: verbose. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<fileSetEncoding> | String | - | (no description) Default value is: UTF-8. |
<fileset> | FileSet | - | The input files to combine. Files that are included via $xref references do not need to be included in this fileset. User property is: fileset. |
<outputFileEncoding> | String | - | (no description) Default value is: UTF-8. |
Parameter Details
The input files to combine. Files that are included via
$xref references do not need to be included in this fileset.
- Type: org.apache.maven.shared.model.fileset.FileSet
- Required: No
- User Property: fileset
True to filter files before processing, in the maven copy-resources sense ( i.e. perform variable substitution ).
- Type: boolean
- Required: Yes
- User Property: filtering
- Default: false