Initial commit for config-generator bundle
This bundle contains logic for creating the configuration,
reading templates, and merging the data together
Issue-ID: APPC-59
Change-Id: Ifd745964f659f075250d6acaf1b5f033da28e1c4
Signed-off-by: Skip Wonnell <kw5258@att.com>
diff --git a/appc-config/pom.xml b/appc-config/pom.xml
index d90a3c8..17a90f7 100644
--- a/appc-config/pom.xml
+++ b/appc-config/pom.xml
@@ -92,6 +92,7 @@
<module>appc-encryption-tool</module>
<module>appc-data-services</module>
<module>appc-flow-controller</module>
+ <module>appc-config-generator</module>
</modules>
</project>