Skip to content
Snippets Groups Projects
Commit 51ca7bd7 authored by liguoqiang's avatar liguoqiang Committed by Patrick Wendell
Browse files

Improve building with maven docs

     mvn -Dhadoop.version=... -Dsuites=spark.repl.ReplSuite test

to

     mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test

Author: liguoqiang <liguoqiang@rd.tuan800.com>

Closes #70 from witgo/building_with_maven and squashes the following commits:

6ec8a54 [liguoqiang] spark.repl.ReplSuite to org.apache.spark.repl.ReplSuite
parent a3da5088
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o ...@@ -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: 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 ## ## 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