diff --git a/README.md b/README.md
index c7c2926..1e7b51f 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,4 @@ Please refer to this article [Maven - Spring 3 MVC Hello World ](http://www.mkyo
#newcommit
#merge
#include that
+Hello
diff --git a/gittest.txt b/gittest.txt
index 2cf279e..b04eb7a 100644
--- a/gittest.txt
+++ b/gittest.txt
@@ -1 +1,2 @@
Testing github pull request
+github pr test
diff --git a/pom.xml b/pom.xml
index 841bc1f..e1dd302 100755
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,17 @@
spring3
+
+ org.apache.maven.plugins
+ maven-eclipse-plugin
+ 2.9
+
+ true
+ true
+ 2.0
+ spring3
+
+