MVN

com.randomnoun.maven.plugins : yaml-combine-maven-plugin

Maven & Gradle

Mar 19, 2023
1 stars

YAML combiner maven plugin · Combines yaml files in ways that swagger doesn't normally allow.

<plugin>
    <groupId>com.randomnoun.maven.plugins</groupId>
    <artifactId>yaml-combine-maven-plugin</artifactId>
    <version>2.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.randomnoun.maven.plugins : yaml-combine-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.randomnoun.maven.plugins : yaml-combine-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
yaml-combine-maven-plugin-2.0.1
yaml-combine-maven-plugin-2.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.randomnoun.maven.plugins</groupId>
    <artifactId>yaml-combine-maven-plugin</artifactId>
    <version>2.0.1</version>
</plugin>