MVN

com.pro-crafting.maven : yaml-properties-maven-plugin

Maven & Gradle

May 19, 2020
1 stars

Yaml Properties Maven Plugin · The Yaml Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files.

<plugin>
    <groupId>com.pro-crafting.maven</groupId>
    <artifactId>yaml-properties-maven-plugin</artifactId>
    <version>1.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pro-crafting.maven : yaml-properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.pro-crafting.maven : yaml-properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
yaml-properties-maven-plugin-1.1.4

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.pro-crafting.maven</groupId>
    <artifactId>yaml-properties-maven-plugin</artifactId>
    <version>1.1.4</version>
</plugin>

Advertisement