Easy Config Maven Plugin

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance

License

License

Categories

Categories

Maven Build Tools config Application Layer Libs Configuration
GroupId

GroupId

com.socialbakers
ArtifactId

ArtifactId

easy-config-maven-plugin
Last Version

Last Version

0.4.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Easy Config Maven Plugin
Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance
Project URL

Project URL

https://github.com/fiserro/easy-config
Source Code Management

Source Code Management

https://github.com/fiserro/easy-config.git

Download easy-config-maven-plugin

How to add to project

<plugin>
    <groupId>com.socialbakers</groupId>
    <artifactId>easy-config-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.freemarker : freemarker jar 2.3.20
jdom : jdom jar 1.1
org.apache.commons : commons-lang3 jar 3.3.2
commons-beanutils : commons-beanutils jar 1.9.1
org.slf4j : slf4j-api jar 1.7.7
org.eclipse.jdt : core jar 3.1.1
commons-io : commons-io jar 2.4

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

Project Modules

There are no modules declared in this project.

easy-config

Versions

Version
0.4.2
0.4.1
0.4
0.3
0.2
0.1