summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-08-22 18:21:23 +0000
committerTony Hansen <tony@att.com>2017-08-23 02:25:03 +0000
commit4468e8b611f85290633fee8ee9256297976bd2d9 (patch)
tree181fc3188ae9feabb818b7ba01f80dd81da23061 /pom.xml
parent01fa3914c7b6b9552f0d368aa29bca0f764ebb8c (diff)
push seed code for PGaaS
[DCAEGEN2-49] seed code for PGaaS Change-Id: Ibae9d5a41c18a27eb738c794b6d8ca0e71554ac5 Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..8ae657b
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,14 @@
+<?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.ccsdk.platform_plugins</groupId>
+ <artifactId>platform-plugins</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+
+ <name>PlatformPlugins</name>
+ <description>CCSD Platform Plugins</description>
+
+</project>