From 42478b1721879ead6d595a238c45acd1c1f039c6 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Tue, 7 Aug 2018 19:07:35 +0000 Subject: add template node add tempalte node implementation Change-Id: Ifd3e6e7f2a7b9ff7029b523eab50274e440652cc Issue-ID: CCSDK-440 Signed-off-by: Smokowski, Kevin (ks6305) --- template-node/features/ccsdk-template-node/pom.xml | 28 ++++++++++++++++++++++ .../features/features-template-node/pom.xml | 27 +++++++++++++++++++++ template-node/features/pom.xml | 20 ++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 template-node/features/ccsdk-template-node/pom.xml create mode 100644 template-node/features/features-template-node/pom.xml create mode 100644 template-node/features/pom.xml (limited to 'template-node/features') diff --git a/template-node/features/ccsdk-template-node/pom.xml b/template-node/features/ccsdk-template-node/pom.xml new file mode 100644 index 000000000..fd3a92457 --- /dev/null +++ b/template-node/features/ccsdk-template-node/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + ccsdk-template-node + 0.3.3-SNAPSHOT + feature + + + true + + + + + ${project.groupId} + template-node-provider + ${project.version} + + + diff --git a/template-node/features/features-template-node/pom.xml b/template-node/features/features-template-node/pom.xml new file mode 100644 index 000000000..c352ba514 --- /dev/null +++ b/template-node/features/features-template-node/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + features-template-node + 0.3.3-SNAPSHOT + feature + + + + ${project.groupId} + ccsdk-template-node + ${project.version} + xml + features + + + + diff --git a/template-node/features/pom.xml b/template-node/features/pom.xml new file mode 100644 index 000000000..1abcdbe3e --- /dev/null +++ b/template-node/features/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + + org.onap.ccsdk.sli.plugins + template-node-features + 0.3.3-SNAPSHOT + pom + + + ccsdk-template-node + features-template-node + + -- cgit 1.2.3-korg