From 6919a1547eb25bd998b6b29a1f42fff80d336c14 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 1 Mar 2018 17:35:38 +0530 Subject: Add ONAP beijing support Issue-ID: CLI-93 Change-Id: Ibf739daa5a65c32a079da4ea3984ef2585034919 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++ products/pom.xml | 2 +- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 products/onap-beijing/pom.xml (limited to 'products') diff --git a/products/onap-beijing/pom.xml b/products/onap-beijing/pom.xml new file mode 100644 index 00000000..1db745fd --- /dev/null +++ b/products/onap-beijing/pom.xml @@ -0,0 +1,65 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products + 2.0.0 + + + cli-products-onap-beijing + cli/products/onap-beijing + 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 cdefb85f..1f607ca1 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -60,7 +60,7 @@ onap-amsterdam - + onap-beijing -- cgit 1.2.3-korg