From: Kanagaraj Manickam k00365106 Date: Wed, 1 Aug 2018 05:07:13 +0000 (+0530) Subject: Enable casablanca support X-Git-Tag: 2.0.3~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F58321%2F1;p=cli.git Enable casablanca support Issue-ID: CLI-122 Change-Id: I0ba2e5ae51332553fce353f8a035646f483861b3 Signed-off-by: Kanagaraj Manickam k00365106 --- 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