From 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Jul 2017 20:35:53 -0400 Subject: [CCSDK-6] Populate seed code Add seed code for sli/plugins repository Changed groupId to org.onap.ccsdk.sli.plugins Updated to compile against CCSDK version of SLI Change-Id: Ib392530ea79b8544087692964bd65179896aa595 Signed-off-by: Dan Timoney --- properties-node/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 properties-node/pom.xml (limited to 'properties-node/pom.xml') diff --git a/properties-node/pom.xml b/properties-node/pom.xml new file mode 100755 index 000000000..8d6af7c57 --- /dev/null +++ b/properties-node/pom.xml @@ -0,0 +1,43 @@ + + + + org.onap.ccsdk.sli.plugins + sdnc-plugins + 0.0.1-SNAPSHOT + + + 4.0.0 + pom + + org.onap.ccsdk.sli.plugins + properties-node + 0.0.1-SNAPSHOT + + Properties Node + This is an implementation of DG Execute Node that reads property file and + puts the properties in the DG context + + + + + org.onap.ccsdk.sli.plugins + properties-node-features + features + xml + ${project.version} + + + org.onap.ccsdk.sli.plugins + properties-node-provider + ${project.version} + + + + + + provider + features + installer + + + -- cgit 1.2.3-korg