diff --git a/pom.xml b/pom.xml
index 7df98f81d..e1e47c177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,5 +273,11 @@
teavm-samples
+
+ enable-eclipse
+
+ teavm-eclipse
+
+
diff --git a/teavm-eclipse/.gitignore b/teavm-eclipse/.gitignore
new file mode 100644
index 000000000..40a85ffb2
--- /dev/null
+++ b/teavm-eclipse/.gitignore
@@ -0,0 +1 @@
+/.settings
diff --git a/teavm-eclipse/pom.xml b/teavm-eclipse/pom.xml
new file mode 100644
index 000000000..e95c50e8b
--- /dev/null
+++ b/teavm-eclipse/pom.xml
@@ -0,0 +1,34 @@
+
+
+ 4.0.0
+
+
+ org.teavm
+ teavm
+ 0.2-SNAPSHOT
+
+ teavm-eclipse
+ pom
+
+ TeaVM Eclipse plugins
+ TeaVM plugins for Eclipse
+
+ teavm-eclipse-repository
+
+
diff --git a/teavm-eclipse/teavm-eclipse-repository/.gitignore b/teavm-eclipse/teavm-eclipse-repository/.gitignore
new file mode 100644
index 000000000..c708c363d
--- /dev/null
+++ b/teavm-eclipse/teavm-eclipse-repository/.gitignore
@@ -0,0 +1,4 @@
+/target
+/.settings
+/.classpath
+/.project
diff --git a/teavm-eclipse/teavm-eclipse-repository/pom.xml b/teavm-eclipse/teavm-eclipse-repository/pom.xml
new file mode 100644
index 000000000..8d30ddf24
--- /dev/null
+++ b/teavm-eclipse/teavm-eclipse-repository/pom.xml
@@ -0,0 +1,67 @@
+
+
+ 4.0.0
+
+
+ org.teavm
+ teavm-eclipse
+ 0.2-SNAPSHOT
+
+ teavm-eclipse-repository
+ pom
+
+ TeaVM thirdparty repository for Eclipse
+ A p2 repository for Eclipse that contains TeaVM core together with all required
+ dependencies
+
+
+
+
+ org.reficio
+ p2-maven-plugin
+ 1.1.0
+
+
+ default-cli
+ package
+
+ site
+
+
+
+
+ org.teavm:teavm-core:${project.version}
+
+
+
+ org.teavm:teavm-classlib:${project.version}
+
+
+
+ org.teavm:teavm-chrome-rdp:${project.version}
+
+
+ ch.qos.logback:logback-classic:1.1.2
+
+
+
+
+
+
+
+
\ No newline at end of file