creates your own Maven/ivy repository on Github.
Add the following to project/plugins.sbt
or ~/.sbt/plugins/plugins.sbt
file:
resolvers ++= Seq(
"jgit-repo" at "http://download.eclipse.org/jgit/maven",
"sbt-github-repo" at "http://suikwasha.github.io/sbt-github-repo"
)
addSbtPlugin("com.github.suikwasha" % "sbt-github-repo" % "0.1.1")
If you want to create a repository on [email protected]/suikwasha/repo
Run sbt publish-ghrepo [email protected]/suikwasha/repo
to publish your artifacts.
plugin creates branch gh-pages
automatically.