Skip to content

Commit bd67551

Browse files
witgopwendell
authored andcommitted
[SPARK-1760]: fix building spark with maven documentation
Author: witgo <witgo@qq.com> Closes #712 from witgo/building-with-maven and squashes the following commits: 215523b [witgo] fix building spark with maven documentation
1 parent 32868f3 commit bd67551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-with-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o
9696

9797
The ScalaTest plugin also supports running only a specific test suite as follows:
9898

99-
$ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test
99+
$ mvn -Dhadoop.version=... -DwildcardSuites=org.apache.spark.repl.ReplSuite test
100100

101101

102102
## Continuous Compilation ##

0 commit comments

Comments
 (0)