diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..1cfea729e0b6c3f54996704d2564eb57e7a3feb6
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,16 @@
+<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>de.itvsh.ozg</groupId>
+	<artifactId>pluto</artifactId>
+	<version>0.4.0-SNAPSHOT</version>
+	<name>Pluto Parent</name>
+	<packaging>pom</packaging>
+
+	<modules>
+		<module>pluto-interface</module>
+		<module>pluto-server</module>
+	</modules>
+</project>