From 3a50c013ed1cf0037e3b1115443a8a4a49b449d4 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 6 Aug 2019 17:03:29 +0530 Subject: Add place holder for onap-el-alto Issue-ID: CLI-169 Change-Id: Idcd8872f979844c69259bf126e09133cfc9a7018 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-elalto/features/pom.xml | 122 ++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 products/onap-elalto/features/pom.xml (limited to 'products/onap-elalto/features/pom.xml') diff --git a/products/onap-elalto/features/pom.xml b/products/onap-elalto/features/pom.xml new file mode 100644 index 00000000..5d64a0c2 --- /dev/null +++ b/products/onap-elalto/features/pom.xml @@ -0,0 +1,122 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features + cli/products/onap-elalto/features + pom + + + aai + msb + sdc + policy + multicloud + vfc + sdnc + so + vnfsdk + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resource-script + install + + copy-resources + + + + ../../../../products/target/script + + + ${project.basedir}/src/main/resources/script + + *.* + + + + + + + copy-resource-conf + install + + copy-resources + + + + ../../../../products/target/conf + + + ${project.basedir}/src/main/resources/conf + + *.* + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-artifact + package + + copy + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.packaging} + + + + ../../../../products/target/lib + + + + + + + + -- cgit 1.2.3-korg