Skip to content

cernier/yml2props-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAML to Properties Maven Plugin

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

Purpose

This can be particularly useful when using a framework requiring .properties files but you want to benefit of the YAML syntax's advantages (more human-friendly, less repetitive, more concise, etc…).

Encoding support

The plugin supports encoding/charset configuration, both for input files reading and output files writing.

Which can be particularly useful when defining resources files for internationalization framework, which can contains special/encoded characters.

Contributors

Languages