From: Kanagaraj Manickam k00365106 Date: Thu, 8 Mar 2018 10:35:20 +0000 (+0530) Subject: Add AAI PNF support project X-Git-Tag: v2.0.2~317 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F34751%2F2;p=cli.git Add AAI PNF support project Issue-ID: CLI-93 Change-Id: Icf050e39d964788ae9992e992bf86dfa9676890a Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/products/onap-beijing/features/aai/pom.xml b/products/onap-beijing/features/aai/pom.xml new file mode 100644 index 00000000..539a141f --- /dev/null +++ b/products/onap-beijing/features/aai/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-aai + cli/products/onap-beijing/features/aai + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep @@ -0,0 +1 @@ + diff --git a/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep b/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep @@ -0,0 +1 @@ + diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml new file mode 100644 index 00000000..856d0f91 --- /dev/null +++ b/products/onap-beijing/features/pom.xml @@ -0,0 +1,69 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-beijing + 2.0.0 + + + cli-products-onap-beijing-features + cli/products/onap-beijing/features + pom + + + aai + + + + + + + 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/onap-beijing/pom.xml b/products/onap-beijing/pom.xml index 1db745fd..e17f0f8c 100644 --- a/products/onap-beijing/pom.xml +++ b/products/onap-beijing/pom.xml @@ -31,6 +31,9 @@ cli/products/onap-beijing pom + + features +