aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
author杨博 (Yang Bo) <pop.atry@gmail.com>2016-04-16 11:44:12 -0700
committerReynold Xin <rxin@databricks.com>2016-04-16 11:44:12 -0700
commit3f49afee937a66d458e0c194e46d6a9e380e054e (patch)
treeb58085a46de6e72e0853dbe3dfbb38593f1cf343 /project
parent7319fcc1cdb000fcde07ccd60748762c16c919a3 (diff)
downloadspark-3f49afee937a66d458e0c194e46d6a9e380e054e.tar.gz
spark-3f49afee937a66d458e0c194e46d6a9e380e054e.tar.bz2
spark-3f49afee937a66d458e0c194e46d6a9e380e054e.zip
[SPARK-14683][DOCUMENTATION] Configure external links in ScalaDoc
Right now Spark's Scaladoc does not link to Scala standard library and other dependencies. This would bother Spark starters because they may be not experienced Scala programmers. This patch fixes these links in ScalaDoc. Author: 杨博 (Yang Bo) <pop.atry@gmail.com> Closes #12444 from Atry/patch-1.
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 44ec3a12ae..f8405312e2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,6 +12,8 @@ addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
+addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "0.2.2")
+
addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")