License |
License |
---|---|
Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration |
GroupId | GroupIdcom.socialbakers |
ArtifactId | ArtifactIdeasy-config-maven-plugin |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionEasy 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 |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.socialbakers</groupId>
<artifactId>easy-config-maven-plugin</artifactId>
<version>0.4.2</version>
</plugin>
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |