Search code examples
javamavenrepositoryosgiobr

Public Maven and OBR repositories for open source projects


I've been working on a small Java project centered around Apache Sling and other technologies (some of the other supporting technologies are open source, and some aren't).

I want to share a bundle and a maven archetype from some easily accessible repo.

Are there certain public repo's I should look at that support this type of thing? I am moving the project to github, though I dont think it has any inherent maven repo support built into it.

Thanks


Solution

  • If your code is entirely open source, then you can use the public Sonatype OSS Respository.

    I've successfully used this for hosting some small OSS libraries before.