Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
yaml-merge:resolve | this goal will take an input yaml and process any yaml merge keys effectively copying the contents to the destination |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | No minimum requirement. |
JDK | 1.8 |
Usage
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>io.github.menostos</groupId> <artifactId>yaml-merge-maven-plugin</artifactId> <version>1.1.1-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>io.github.menostos</groupId> <artifactId>yaml-merge-maven-plugin</artifactId> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"