set parent repo
diff --git a/pom.xml b/pom.xml
index 45de88e..b48d964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,6 +3,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.eclipse</groupId>
+    <artifactId>eclipse-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.eclipse.jetty.wtp</groupId>
   <artifactId>jetty-wtp</artifactId>
   <version>1.0.0-SNAPSHOT</version>