summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2018-07-12 12:45:41 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-07-17 13:41:48 -0400
commit17ac3b089df1cc33ced623ab4150edcacd4381c6 (patch)
tree39d32637b89cdfbce52e13ad64d33581dcf9082f /pom.xml
parente2790b29a2dc11c98ccdd586d0424d670fff6b97 (diff)
adding in a client for sdnc
this will be used by people who want to build clients for the network control Change-Id: Icf6b2920746a58fbc52610fe6d0fce74542c06df Issue-ID: SDNC-382 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..a138692
--- /dev/null
+++ b/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/maven-v4_0_0.xsd">
+
+
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <groupId>org.onap.sdnc</groupId>
+ <artifactId>apps</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+
+ <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
+ <url>http://wiki.onap.org</url>
+ <description>POM to be used for apps in SDNC project</description>
+
+ <modules>
+ <module>client</module>
+ </modules>
+
+</project>