aboutsummaryrefslogtreecommitdiffstats
path: root/template-node/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <ks6305@att.com>2018-08-07 19:07:35 +0000
committerKevin Smokowski <ks6305@att.com>2018-08-08 19:33:46 +0000
commit42478b1721879ead6d595a238c45acd1c1f039c6 (patch)
tree74ff35430b2b214aadb68829fdfb76df8d7ffaf1 /template-node/pom.xml
parentefd6f9e3d2f770f16a6cb93efc061fe502a56979 (diff)
add template node
add tempalte node implementation Change-Id: Ifd3e6e7f2a7b9ff7029b523eab50274e440652cc Issue-ID: CCSDK-440 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
Diffstat (limited to 'template-node/pom.xml')
-rw-r--r--template-node/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/template-node/pom.xml b/template-node/pom.xml
new file mode 100644
index 00000000..21ab127f
--- /dev/null
+++ b/template-node/pom.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
+ <artifactId>template-node</artifactId>
+ <version>0.3.3-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>provider</module>
+ <module>features</module>
+ <module>installer</module>
+ </modules>
+</project>