creates your own Maven/ivy repository on Github.
Add the following to project/plugins.sbt
or ~/.sbt/plugins/plugins.sbt
file:
resolvers += "sbt-github-repo" at "http://sbt-github-repo.fever.ch"
addSbtPlugin("ch.fever" % "sbt-githubrepo-plugin" % "0.1.1")
If you want to create a repository on [email protected]/username/repo
Run sbt publish-ghrepo [email protected]/username/repo
to publish your artifacts.
plugin creates branch gh-pages
automatically.