I have a library compiled to a jar (not an sbt project, no source code, just the jar file) that's not available on a repository.

Is there a simple way to publish the jar locally so I can add the dependency using the libraryDependencies += "org.xxx" % "xxx" % "1.0" notation? (I already know how to add the file to the project by copying it to the lib folder.)

link|improve this question

feedback

2 Answers

Here is a blog post I followed to push sbt artifact to a maven repository (local and remote) a few months ago.

http://brizzled.clapper.org/id/100/

link|improve this answer
Thanks, but I already know how to publish an sbt project to my local repository. What I was asking about was how to add a single existing jar file to my local repository. Do you know how to do this? – Jeff Axelrod Oct 21 '11 at 18:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.