From e178b07914d5dc40157dede0078e16f645f20f17 Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Mon, 14 Aug 2017 20:10:36 -0400 Subject: Added review comment Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi --- appc-outbound/appc-aai-client/installer/pom.xml | 134 ++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100755 appc-outbound/appc-aai-client/installer/pom.xml (limited to 'appc-outbound/appc-aai-client/installer/pom.xml') diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml new file mode 100755 index 000000000..99e3fe067 --- /dev/null +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -0,0 +1,134 @@ + + + 4.0.0 + + appc-aai-client + org.openecomp.appc + 1.1.0-SNAPSHOT + + appc-aai-client-installer + APPC AAI Client -Installer + pom + + + appc-aai-client + appc-aai-client + mvn:org.openecomp.appc/appc-aai-client-features/${project.version}/xml/features + false + + + + + + org.openecomp.appc + appc-aai-client-features + ${project.version} + features + xml + + + * + * + + + + + org.openecomp.appc + appc-aai-client-provider + ${project.version} + + + + + + + + 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