set root project
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/3a3dc2f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3a3dc2f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3a3dc2f4 Branch: refs/heads/feature/test_daewon Commit: 3a3dc2f4410a57f693238375d9442dbf8cbb54f0 Parents: f45b845 Author: daewon <[email protected]> Authored: Thu Dec 24 16:55:19 2015 +0900 Committer: daewon <[email protected]> Committed: Thu Dec 24 16:55:19 2015 +0900 ---------------------------------------------------------------------- build.sbt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/3a3dc2f4/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index ac86dbf..ad08bdb 100755 --- a/build.sbt +++ b/build.sbt @@ -44,11 +44,5 @@ lazy val s2counter_loader = project.dependsOn(s2counter_core, spark) lazy val s2ml = project.settings(commonSettings: _*) -// test in s2core := {} -// test in s2rest_play := {} - -test in spark := {} -test in loader := {} -test in s2counter_core := {} -test in s2counter_loader := {} -test in s2ml := {} +lazy val root = (project in file(".")). + aggregate(s2core, s2rest_play)
