Skip to content
Snippets Groups Projects
Commit bd67551e authored by witgo's avatar witgo Committed by Patrick Wendell
Browse files

[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
parent 32868f31
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,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=org.apache.spark.repl.ReplSuite test
$ mvn -Dhadoop.version=... -DwildcardSuites=org.apache.spark.repl.ReplSuite test
## Continuous Compilation ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment