From 9296b7674ea71cb86fe2ea99e80d9d055267ae5b Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 17:26:38 -0500 Subject: Initial commit for appc-flow-controller bundle This bundle contains the APPC orchestration control for the directed graph for model driven transactions Issue-ID: APPC-73 Change-Id: Ia812fe14b2d6aa46c3acd5b2bfab0c004507c628 Signed-off-by: Skip Wonnell --- appc-config/appc-flow-controller/features/pom.xml | 103 ++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 appc-config/appc-flow-controller/features/pom.xml (limited to 'appc-config/appc-flow-controller/features/pom.xml') diff --git a/appc-config/appc-flow-controller/features/pom.xml b/appc-config/appc-flow-controller/features/pom.xml new file mode 100644 index 000000000..9db5fee14 --- /dev/null +++ b/appc-config/appc-flow-controller/features/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + + org.openecomp.appc + appc-config-flow-controller + 1.1.0-SNAPSHOT + + appc-config-flow-controller-features + Flow Executor - Features + jar + + + + org.openecomp.appc + appc-config-flow-controller-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