diff --git a/README.md b/README.md
index a566a2ac..b1a90c87 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,12 @@ Running the example
-------------------
mvn jetty:run
+Jetty scans the classpath every three seconds for updates and redeploys if it finds changes on classes.
+
+mvn jetty:stop
+
+Stops Jetty.
+
Importing in Eclipse
--------------------
diff --git a/pom.xml b/pom.xml
index 5ec389a4..f44a3faa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
UTF-8
- 7.0.0
+ 7.7.50
${vaadin.version}
@@ -133,11 +133,17 @@
org.mortbay.jetty
jetty-maven-plugin
+
+ 9966
+ foo
+ 3
+
-
+
org.eclipse.m2e
lifecycle-mapping