diff --git a/README.md b/README.md
index e5d5146c..8ff095f1 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ on your shell:
```bash
mvn test
-mvn test -Dgroups=flaky,slow
+mvn test -DexcludedGroups= -Dgroups=flaky,slow
mvn test '-Dgroups=!slow'
```
diff --git a/pom.xml b/pom.xml
index 88dc0b58..9604b0fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
ripme
http://rip.rarchives.com
+ flaky
UTF-8
@@ -145,7 +146,7 @@
maven-surefire-plugin
3.0.0-M5
- flaky
+ ${excludedGroups}