From dbf27a48318ba76644d6e2b095358db60bf5c9b6 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 18:07:13 -0500 Subject: 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 --- appc-config/appc-config-generator/features/pom.xml | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 appc-config/appc-config-generator/features/pom.xml (limited to 'appc-config/appc-config-generator/features/pom.xml') diff --git a/appc-config/appc-config-generator/features/pom.xml b/appc-config/appc-config-generator/features/pom.xml new file mode 100644 index 000000000..d9a9dda91 --- /dev/null +++ b/appc-config/appc-config-generator/features/pom.xml @@ -0,0 +1,115 @@ + + + 4.0.0 + + org.openecomp.appc + appc-config-generator + 1.1.0-SNAPSHOT + + appc-config-generator-features + Config Generator Plugin - Features + + jar + + + + + + org.openecomp.appc + appc-config-generator-provider + ${project.version} + + + + commons-lang + commons-lang + 2.6 + compile + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.version} + features + xml + + runtime + + + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + zip + + + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + -- cgit 1.2.3-korg