YAML to Properties Maven Plugin

This Maven plugin simply converts more human-readable YAML (.yml, .yaml) files to Java's Properties (.properties) files.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.cernier
ArtifactId

ArtifactId

yml2props-maven-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

YAML to Properties Maven Plugin
This Maven plugin simply converts more human-readable YAML (.yml, .yaml) files to Java's Properties (.properties) files.
Project URL

Project URL

https://github.com/cernier/yml2props-maven-plugin
Project Organization

Project Organization

Guillaume CERNIER
Source Code Management

Source Code Management

https://github.com/cernier/yml2props-maven-plugin/tree/master

Download yml2props-maven-plugin

How to add to project

<plugin>
    <groupId>io.github.cernier</groupId>
    <artifactId>yml2props-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.27
commons-io : commons-io jar 2.8.0
org.slf4j : slf4j-nop jar 1.7.29
org.apache.maven : maven-plugin-api jar 3.5.4
org.apache.maven : maven-core jar 3.5.4
org.apache.maven : maven-compat jar 3.5.4
org.apache.maven : maven-project jar 2.2.1

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 3.5.4
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0