From 0d97a835fa2052ded5a31e8921baf641c8e9bb57 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 11 Dec 2017 20:34:44 +0530 Subject: Make Http as separate plugin Issue-ID: CLI-66 Change-Id: I8ad78f417f6dbb00e29effdd3ed8ec1939aee81d Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-amsterdam/features/pom.xml | 72 ++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 products/onap-amsterdam/features/pom.xml (limited to 'products/onap-amsterdam/features/pom.xml') diff --git a/products/onap-amsterdam/features/pom.xml b/products/onap-amsterdam/features/pom.xml new file mode 100644 index 00000000..b16a2149 --- /dev/null +++ b/products/onap-amsterdam/features/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-amsterdam + 2.0.0 + + + cli-products-onap-amsterdam-features + cli/products/onap-amsterdam/features + pom + + + msb + aai + sdc + so + + + + + + + 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