From 7426c4f81b3ceb44a5077797d77293bf52c74c47 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 1 Aug 2018 10:37:13 +0530 Subject: Enable casablanca support Issue-ID: CLI-122 Change-Id: I0ba2e5ae51332553fce353f8a035646f483861b3 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-casablanca/pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++ products/pom.xml | 3 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 products/onap-casablanca/pom.xml diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml new file mode 100644 index 00000000..286c13af --- /dev/null +++ b/products/onap-casablanca/pom.xml @@ -0,0 +1,66 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products + 2.0.2 + + + cli-products-onap-casablanca + cli/products/onap-casablanca + pom + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-artifact + package + + copy + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.packaging} + + + + ../../../products/target/lib + + + + + + + + diff --git a/products/pom.xml b/products/pom.xml index 44eb9f5e..faa6d8e7 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -59,7 +59,8 @@ true - onap-beijing + onap-casablanca + onap-beijing -- cgit 1.2.3-korg