From 3a50c013ed1cf0037e3b1115443a8a4a49b449d4 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 6 Aug 2019 17:03:29 +0530 Subject: Add place holder for onap-el-alto Issue-ID: CLI-169 Change-Id: Idcd8872f979844c69259bf126e09133cfc9a7018 Signed-off-by: Kanagaraj Manickam k00365106 --- main/src/main/java/org/onap/cli/main/OnapCli.java | 1 - products/onap-elalto/auth/pom.xml | 41 ++++++++ products/onap-elalto/catalog/pom.xml | 41 ++++++++ products/onap-elalto/features/aai/pom.xml | 41 ++++++++ products/onap-elalto/features/msb/pom.xml | 41 ++++++++ products/onap-elalto/features/multicloud/pom.xml | 41 ++++++++ products/onap-elalto/features/policy/pom.xml | 41 ++++++++ products/onap-elalto/features/pom.xml | 122 ++++++++++++++++++++++ products/onap-elalto/features/sdc/pom.xml | 41 ++++++++ products/onap-elalto/features/sdnc/pom.xml | 41 ++++++++ products/onap-elalto/features/so/pom.xml | 41 ++++++++ products/onap-elalto/features/vfc/pom.xml | 41 ++++++++ products/onap-elalto/features/vnfsdk/pom.xml | 41 ++++++++ products/onap-elalto/pom.xml | 70 +++++++++++++ products/pom.xml | 9 ++ 15 files changed, 652 insertions(+), 1 deletion(-) create mode 100644 products/onap-elalto/auth/pom.xml create mode 100644 products/onap-elalto/catalog/pom.xml create mode 100644 products/onap-elalto/features/aai/pom.xml create mode 100644 products/onap-elalto/features/msb/pom.xml create mode 100644 products/onap-elalto/features/multicloud/pom.xml create mode 100644 products/onap-elalto/features/policy/pom.xml create mode 100644 products/onap-elalto/features/pom.xml create mode 100644 products/onap-elalto/features/sdc/pom.xml create mode 100644 products/onap-elalto/features/sdnc/pom.xml create mode 100644 products/onap-elalto/features/so/pom.xml create mode 100644 products/onap-elalto/features/vfc/pom.xml create mode 100644 products/onap-elalto/features/vnfsdk/pom.xml create mode 100644 products/onap-elalto/pom.xml diff --git a/main/src/main/java/org/onap/cli/main/OnapCli.java b/main/src/main/java/org/onap/cli/main/OnapCli.java index 75bf5d18..0c7082f8 100644 --- a/main/src/main/java/org/onap/cli/main/OnapCli.java +++ b/main/src/main/java/org/onap/cli/main/OnapCli.java @@ -43,7 +43,6 @@ import org.onap.cli.fw.registrar.OnapCommandRegistrar; import org.onap.cli.fw.store.OnapCommandExecutionStore; import org.onap.cli.fw.store.OnapCommandExecutionStore.ExecutionStoreContext; import org.onap.cli.fw.utils.OnapCommandDiscoveryUtils; -import org.onap.cli.fw.utils.OnapCommandUtils; import org.onap.cli.main.conf.OnapCliConstants; import org.onap.cli.main.interactive.StringCompleter; import org.onap.cli.main.utils.OnapCliArgsParser; diff --git a/products/onap-elalto/auth/pom.xml b/products/onap-elalto/auth/pom.xml new file mode 100644 index 00000000..5841e33a --- /dev/null +++ b/products/onap-elalto/auth/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-auth + cli/products/onap-elalto/auth + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/catalog/pom.xml b/products/onap-elalto/catalog/pom.xml new file mode 100644 index 00000000..4a0e99b9 --- /dev/null +++ b/products/onap-elalto/catalog/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-catalog + cli/products/onap-elalto/catalog + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/aai/pom.xml b/products/onap-elalto/features/aai/pom.xml new file mode 100644 index 00000000..e363b2ff --- /dev/null +++ b/products/onap-elalto/features/aai/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-aai + cli/products/onap-elalto/features/aai + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/msb/pom.xml b/products/onap-elalto/features/msb/pom.xml new file mode 100644 index 00000000..c288b7d8 --- /dev/null +++ b/products/onap-elalto/features/msb/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-msb + cli/products/onap-elalto/features/msb + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/multicloud/pom.xml b/products/onap-elalto/features/multicloud/pom.xml new file mode 100644 index 00000000..6766bd68 --- /dev/null +++ b/products/onap-elalto/features/multicloud/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-multicloud + cli/products/onap-elalto/features/multicloud + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/policy/pom.xml b/products/onap-elalto/features/policy/pom.xml new file mode 100644 index 00000000..36c69d74 --- /dev/null +++ b/products/onap-elalto/features/policy/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-policy + cli/products/onap-elalto/features/policy + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/pom.xml b/products/onap-elalto/features/pom.xml new file mode 100644 index 00000000..5d64a0c2 --- /dev/null +++ b/products/onap-elalto/features/pom.xml @@ -0,0 +1,122 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features + cli/products/onap-elalto/features + pom + + + aai + msb + sdc + policy + multicloud + vfc + sdnc + so + vnfsdk + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resource-script + install + + copy-resources + + + + ../../../../products/target/script + + + ${project.basedir}/src/main/resources/script + + *.* + + + + + + + copy-resource-conf + install + + copy-resources + + + + ../../../../products/target/conf + + + ${project.basedir}/src/main/resources/conf + + *.* + + + + + + + + + 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-elalto/features/sdc/pom.xml b/products/onap-elalto/features/sdc/pom.xml new file mode 100644 index 00000000..f8a51ac2 --- /dev/null +++ b/products/onap-elalto/features/sdc/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-sdc + cli/products/onap-elalto/features/sdc + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/sdnc/pom.xml b/products/onap-elalto/features/sdnc/pom.xml new file mode 100644 index 00000000..e0821699 --- /dev/null +++ b/products/onap-elalto/features/sdnc/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-sdnc + cli/products/onap-elalto/features/sdnc + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/so/pom.xml b/products/onap-elalto/features/so/pom.xml new file mode 100644 index 00000000..70338a0e --- /dev/null +++ b/products/onap-elalto/features/so/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-so + cli/products/onap-elalto/features/so + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/vfc/pom.xml b/products/onap-elalto/features/vfc/pom.xml new file mode 100644 index 00000000..cfc52606 --- /dev/null +++ b/products/onap-elalto/features/vfc/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-vfc + cli/products/onap-elalto/features/vfc + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/features/vnfsdk/pom.xml b/products/onap-elalto/features/vnfsdk/pom.xml new file mode 100644 index 00000000..635d502c --- /dev/null +++ b/products/onap-elalto/features/vnfsdk/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-elalto-features + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto-features-vnfsdk + cli/products/onap-elalto/features/vnfsdk + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-elalto/pom.xml b/products/onap-elalto/pom.xml new file mode 100644 index 00000000..883f5558 --- /dev/null +++ b/products/onap-elalto/pom.xml @@ -0,0 +1,70 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products + 4.0.0-SNAPSHOT + + + cli-products-onap-elalto + cli/products/onap-elalto + pom + + + auth + catalog + features + + + + + + 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 b7e8f651..733a4be9 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -71,6 +71,15 @@ onap-casablanca + + onap-elalto + + false + + + onap-elalto + + eol -- cgit 1.2.3-korg