Initial OpenECOMP appc/deployment commit

Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9
Signed-off-by: Patrick Brady <pb071s@att.com>
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
new file mode 100644
index 0000000..a9245b3
--- /dev/null
+++ b/platform-logic/pom.xml
@@ -0,0 +1,35 @@
+<?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">
+
+	<parent>
+		<groupId>org.openecomp.appc.deployment</groupId>
+		<artifactId>appc-docker-project</artifactId>
+		<version>1.0.0</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<packaging>pom</packaging>
+	<groupId>org.openecomp.appc.deployment</groupId>
+	<artifactId>platform-logic</artifactId>
+	<version>1.0.0</version>
+
+	<name>Platform Logic</name>
+	<description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description>
+
+	<properties>
+		<application.name>platform-logic</application.name>
+		<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+		<build.number>${maven.build.timestamp}</build.number>
+	</properties>
+
+	<modules>
+		<module>appc</module>
+		<module>installer</module>
+	</modules>
+	
+	<organization>
+		<name>openECOMP</name>
+	</organization>
+	
+</project>