Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top