diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md index ded12926885b9..bf8f8590f4230 100644 --- a/docs/building-with-maven.md +++ b/docs/building-with-maven.md @@ -54,7 +54,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 ##