From ab6c2c0cd441cf40723016e9a82aeeeb933fec7e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Mon, 14 Aug 2017 17:47:10 -0500 Subject: Initial adds artifact handler and design services asdc-artifact-handler: an interface to receive artifacts distributed by SDC and persist them into the local database. appc-design-services: an interface to manage VNF configuration artifacts, primarily those generated by the configuration design tool. Includes these user stories: APPC-28/85 Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec Signed-off-by: Skip Wonnell Issue-Id: APPC-9 --- .../appc-artifact-handler/provider/pom.xml | 184 +++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100755 appc-inbound/appc-artifact-handler/provider/pom.xml (limited to 'appc-inbound/appc-artifact-handler/provider/pom.xml') diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml new file mode 100755 index 000000000..90d34a320 --- /dev/null +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -0,0 +1,184 @@ + + + 4.0.0 + + appc-artifact-handler + org.openecomp.appc + 1.1.0-SNAPSHOT + + appc-artifact-handler-provider + bundle + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.openecomp.appc.artifact.handler + org.openecomp.appc.artifact.handler.AsdcArtifactHandlerActivator + org.openecomp.appc.artifact.handler,org.opendaylight.controller.config.yang.config.artifact-handler_provider.impl + * + * + + ${project.basedir}/src/main/resources/META-INF + + + + org.opendaylight.yangtools + yang-maven-plugin + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + ${odl.sal.api.gen.plugin.version} + jar + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${odl.yang.jmx.generator.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/artifact-handler-provider.xml + xml + config + + + + + + + + + + + + org.openecomp.appc + appc-artifact-handler-model + + + org.opendaylight.controller + config-api + + + org.openecomp.appc + appc-yang-generator + ${project.version} + + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-common-util + + + + org.openecomp.sdnc.core + sli-common + + + org.openecomp.sdnc.core + sli-provider + + + org.openecomp.appc + appc-config-params-provider + ${project.version} + + + sal-test-model + org.opendaylight.controller + test + + + sal-rest-connector + org.opendaylight.netconf + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + ${odl.mdsal.version} + tests + test-jar + test + + + com.att.eelf + eelf-core + + + junit + junit + test + + + org.apache.commons + commons-lang3 + + + org.json + json + + + org.openecomp.sdnc.adaptors + sql-resource-provider + ${openecomp.sdnc.sql-resource.version} + compile + + + -- cgit 1.2.3-korg