diff --git a/pom.xml b/pom.xml
index c839f61b44a1de191f3370205b58b9226d492469..63a0091271bd723c4d0b3224c3015cfa57822ec1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,71 +1,17 @@
-<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>
-  <artifactId>org.fortiss.tooling.bundles</artifactId>
-  <packaging>pom</packaging>
-
-  <parent>
-    <groupId>org.fortiss.af3</groupId>
-    <artifactId>org.fortiss.af3.bundle</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <properties>
-    <bundle.container.name>kernel</bundle.container.name>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>com.googlecode.maven-download-plugin</groupId>
-        <artifactId>download-maven-plugin</artifactId>
-        <version>1.3.0</version>
-        <executions>
-          <execution>
-            <!-- the wget goal actually binds itself to this phase by default -->
-            <phase>process-resources</phase>
-            <goals>
-              <goal>wget</goal>
-            </goals>
-            <configuration>
-              <!-- For testing new emf-generator jars, a file:// URL can be used -->
-              <url>https://git.fortiss.org/af3/jenkins-tools/raw/3620/de.itemis.emfgenerator/jar/emf-generator.jar</url>
-              <outputFileName>emf-generator.jar</outputFileName>
-              <!-- default target location, just to demonstrate the parameter -->
-              <outputDirectory>${project.build.directory}</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.2.1</version>
-        <executions>
-          <execution>
-            <id>Generate-EMF-code</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-            <configuration>
-              <executable>java</executable>
-              <arguments>
-                <argument>-jar</argument>
-                <argument>${project.build.directory}/emf-generator.jar</argument>
-                <argument>${project.basedir}/../../</argument>
-                <argument>1</argument>
-                <argument>${bundle.container.name}/${project.name}/model/</argument>
-              </arguments>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
+<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>
+  <artifactId>org.fortiss.tooling.bundles</artifactId>
+  <packaging>pom</packaging>
+
+  <parent>
+    <groupId>org.fortiss.af3</groupId>
+    <artifactId>org.fortiss.af3.bundle</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
 </project>
\ No newline at end of file