Avoid eclipse-repository suffix from repository archive

Change-Id: I2fc96ae714d299d81aa7d595ff9697c72f3a1da2
Signed-off-by: Dirk Fauth <dirk.fauth@de.bosch.com>
diff --git a/eclipse-tools/emf-graphical-viewer/releng/org.eclipse.app4mc.emf.viewers.p2repo/pom.xml b/eclipse-tools/emf-graphical-viewer/releng/org.eclipse.app4mc.emf.viewers.p2repo/pom.xml
new file mode 100644
index 0000000..4140389
--- /dev/null
+++ b/eclipse-tools/emf-graphical-viewer/releng/org.eclipse.app4mc.emf.viewers.p2repo/pom.xml
@@ -0,0 +1,17 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>org.eclipse.app4mc.emf.viewers.p2repo</artifactId>
+
+  <packaging>eclipse-repository</packaging>
+
+  <parent>
+  	<groupId>org.eclipse.app4mc.emf.viewers</groupId>
+  	<artifactId>parent</artifactId>
+	<version>0.9.8-SNAPSHOT</version>
+  	<relativePath>../../pom.xml</relativePath>
+  </parent>
+</project>
\ No newline at end of file