io.codearte.props2yaml:props2yaml-maven-plugin

Properties to YAML converter library

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.codearte.props2yaml
ArtifactId

ArtifactId

props2yaml-maven-plugin
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

takari-maven-plugin
Description

Description

Properties to YAML converter library

Download props2yaml-maven-plugin

Dependencies

compile (1)

Group / Artifact Type Version
io.codearte.props2yaml : props2yaml jar 0.5

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-compat jar 3.3.3
io.takari.maven.plugins : takari-plugin-testing jar 2.8.0
io.takari.maven.plugins : takari-plugin-integration-testing pom 2.8.0

Project Modules

There are no modules declared in this project.

Properties to YAML Converter

Build Status Coverage Status Maven Central

Library usage:

String yaml = Props2YAML.fromContent(content).convert();
String yaml = Props2YAML.fromFile(file).convert();
String yaml = Props2YAML.fromFile(path).convert();

or from command line:

$ mvn io.codearte.props2yaml:props2yaml-maven-plugin:convert -Dproperties=application.properties

or

$ wget http://central.maven.org/maven2/io/codearte/props2yaml/props2yaml/0.3/props2yaml-0.3-jar-with-dependencies.jar
$ java -jar props2yaml-0.3-jar-with-dependencies.jar application.properties

There is also IntelliJ IDEA plugin called "Properties to YAML Converter" which provides easy way of using this library

Online converter: https://props2yaml-codearte2foss.rhcloud.com/conversion

io.codearte.props2yaml

Versions

Version
0.5
0.4.1
0.4
0.3