From d962e2d37d37ccc04d1dfc0169a1d50f3a1a513b Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 28 Mar 2018 09:14:56 +0530 Subject: Add appc project under onap-beijing Issue-ID: CLI-78 Change-Id: I10088719a45ee4c4ba3c9f63e8ada3673257cab2 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/features/appc/pom.xml | 41 ++++++++++++++++++++++ .../src/main/resources/open-cli-sample/.gitkeep | 0 .../src/main/resources/open-cli-schema/.gitkeep | 0 products/onap-beijing/features/pom.xml | 3 +- 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 products/onap-beijing/features/appc/pom.xml create mode 100644 products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep create mode 100644 products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep diff --git a/products/onap-beijing/features/appc/pom.xml b/products/onap-beijing/features/appc/pom.xml new file mode 100644 index 00000000..2e6e9f04 --- /dev/null +++ b/products/onap-beijing/features/appc/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-beijing-features + 2.0.0 + + + cli-products-onap-beijing-features-appc + cli/products/onap-beijing/features/appc + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep b/products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep b/products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index 313b7429..d0a68e67 100644 --- a/products/onap-beijing/features/pom.xml +++ b/products/onap-beijing/features/pom.xml @@ -34,9 +34,10 @@ aai msb - so sdc + so policy + appc -- cgit 1.2.3-korg