diff --git a/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml b/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5cdbd22178912ad485777854d9088bd70e3cac1a
--- /dev/null
+++ b/edu.kit.ipd.descartes.mm.resourcelandscape.editor/pom.xml
@@ -0,0 +1,12 @@
+<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>
+  <artifactId>edu.kit.ipd.descartes.mm.resourcelandscape.editor</artifactId>
+  <packaging>eclipse-plugin</packaging>
+  
+  <parent>
+  	<groupId>edu.kit.ipd.descartes.mm</groupId>
+  	<artifactId>edu.kit.ipd.descartes.mm.releng</artifactId>
+  	<version>1.0.0-SNAPSHOT</version>
+	<relativePath>../edu.kit.ipd.descartes.mm.releng</relativePath>
+  </parent>
+</project>
\ No newline at end of file