1
0

add plugins to make scala doc site and publish to ghpages

This commit is contained in:
Henry Cook 2015-04-29 15:34:56 -07:00
parent 1e05fc0525
commit 8832b454ce
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,8 @@ scalaVersion := "2.10.2"
site.settings
site.includeScaladoc()
ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/uncore.git"

View File

@ -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")