maven - What's the recommended way to make a Scala project available to the community? -


i writing configuration file library (sort of configgy replacement). moment, it's alpha release , stays on github. however, when project stable enough, plan make resulting jar file available.

on ruby used central rubygems repository purpose. however, have no idea what's equivalent. thinking using maven repository, one? , how?

i using sbt 0.7.7 , have no experience maven.

to usage, i'd publish maven repository. there's scala tools repository @ http://scala-tools.org/ , there's maven central @ http://maven.apache.org/guides/mini/guide-central-repository-upload.html.

there's scala's sbaz: http://www.scala-lang.org/node/93, similar ruby's gem.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -