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 --- 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 ++++++++ 10 files changed, 491 insertions(+) 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 (limited to 'products/onap-elalto/features') 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 + + + + -- cgit 1.2.3-korg