Skip to content

suikwasha/sbt-github-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a fork of sbt-github-repo

creates your own Maven/ivy repository on Github.

Installation

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

Publishing

If you want to create a repository on git@github.com/suikwasha/repo

Run sbt publish-ghrepo git@github.com/suikwasha/repo to publish your artifacts. plugin creates branch gh-pages automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%