diff --git a/uncore/build.sbt b/uncore/build.sbt index d78d02ca..35b7dcac 100644 --- a/uncore/build.sbt +++ b/uncore/build.sbt @@ -8,6 +8,8 @@ scalaVersion := "2.10.2" site.settings +site.includeScaladoc() + ghpages.settings git.remoteRepo := "git@github.com:ucb-bar/uncore.git" diff --git a/uncore/project/plugins.sbt b/uncore/project/plugins.sbt new file mode 100644 index 00000000..4f4825c4 --- /dev/null +++ b/uncore/project/plugins.sbt @@ -0,0 +1,5 @@ +resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" + +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3") + +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")