ConfigurationContextProvider
THis implementation first try to load configuration keys from environment variables then load properties with a files called IncrementalCompiler.properties then an hard coded configuration like the following example
MAVEN_PLUGINS =org.apache.maven.plugins
MAVEN_COMPILER_PLUGIN =maven-compiler-plugin
MAVEN_COMPILER_PLUGIN_VERSION=3.6.1
ALTERNATIVE_COMPILER_PLUGINS =io.takari.maven.plugins
ALTERNATIVE_COMPILER_PLUGIN =takari-lifecycle-plugin
ALTERNATIVE_COMPILER_PLUGIN_VERSION =1.12.6
KIE_MAVEN_PLUGINS=org.kie
KIE_MAVEN_PLUGIN=kie-takari-plugin
|