MVN

com.github.phuonghuynh : yml2prop

Maven & Gradle

Dec 19, 2015
3 stars

Yaml to Properties Plugin

<plugin>
    <groupId>com.github.phuonghuynh</groupId>
    <artifactId>yml2prop</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.phuonghuynh : yml2prop to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.phuonghuynh : yml2prop to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
yml2prop-1.3
1.2
yml2prop-1.2
1.1
yml2prop-1.1
1.0
yml2prop-1.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.github.phuonghuynh</groupId>
    <artifactId>yml2prop</artifactId>
    <version>1.3</version>
</plugin>

Advertisement