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/installer/pom.xml | 132 +++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100755 appc-inbound/appc-artifact-handler/installer/pom.xml (limited to 'appc-inbound/appc-artifact-handler/installer/pom.xml') diff --git a/appc-inbound/appc-artifact-handler/installer/pom.xml b/appc-inbound/appc-artifact-handler/installer/pom.xml new file mode 100755 index 000000000..9af28bf6a --- /dev/null +++ b/appc-inbound/appc-artifact-handler/installer/pom.xml @@ -0,0 +1,132 @@ + + + 4.0.0 + + appc-artifact-handler + org.openecomp.appc + 1.1.0-SNAPSHOT + + appc-artifact-handler-installer + appc-artifact-handler-installer + pom + + + appc-artifact-handler + appc-artifact-handler + mvn:org.openecomp.appc/appc-artifact-handler-features/${project.version}/xml/features + false + + + + + + org.openecomp.appc + appc-artifact-handler-features + features + xml + + + * + * + + + + + org.openecomp.appc + appc-artifact-handler-provider + + + + + + + + maven-assembly-plugin + + + maven-repo-zip + + single + + package + + false + false + stage/${application.name}-${project.version} + + src/assembly/assemble_mvnrepo_zip.xml + + + + + installer-zip + + single + + package + + false + true + ${application.name}-${project.version} + + src/assembly/assemble_installer_zip.xml + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/system + false + true + true + true + false + false + org.opendaylight + provided + + + + + + maven-resources-plugin + + + copy-version + + copy-resources + + + validate + + ${basedir}/target/stage + + + src/main/resources/scripts + + install-feature.sh + + true + + + + + + + + + + -- cgit 1.2.3-korg