Full name:

com.randomnoun.maven.plugins:yaml-combine-maven-plugin:2.0.1: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
<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.

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

Directory containing the generated JAR.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}

True to increase logging
  • Type: boolean
  • Required: Yes
  • User Property: verbose
  • Default: false

Back to top

Reflow Maven skin by Andrius Velykis.