diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index a982c4dbac7d4b7584ac8cdb866386db88e8ace4..d3bc34e68b2409127f87137ca2340cd08b0a7474 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -56,7 +56,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o
 
 The ScalaTest plugin also supports running only a specific test suite as follows:
 
-    $ mvn -Dhadoop.version=... -Dsuites=spark.repl.ReplSuite test
+    $ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test
 
 
 ## Continuous Compilation ##