From 8b77888313c2b8f3014eacd49db59ee7405774ea Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 12 Aug 2015 10:24:40 -0700 Subject: ScalaDoc prep. Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt --- project/plugins.sbt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 88384aaf..35e29bfd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,9 +2,14 @@ resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline resolvers += Classpaths.sbtPluginReleases +resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" + addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3") + +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1") -- cgit v1.2.3