MVN

com.socialbakers.easy-config : easy-config-maven-plugin

Maven & Gradle

Apr 28, 2017
1 usages
0 stars

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.

<plugin>
    <groupId>com.socialbakers.easy-config</groupId>
    <artifactId>easy-config-maven-plugin</artifactId>
    <version>0.5.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.socialbakers.easy-config : easy-config-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of com.socialbakers.easy-config : easy-config-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
easy-config-maven-plugin-0.5.7
easy-config-maven-plugin-0.5.6
easy-config-maven-plugin-0.5.5
easy-config-maven-plugin-0.5.4
easy-config-maven-plugin-0.5.2
easy-config-maven-plugin-0.5.1
0.5
easy-config-maven-plugin-0.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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