开源项目的公共 Maven 和 OBR 存储库
我一直致力于一个以 Apache Sling 和其他技术为中心的小型 Java 项目(其他一些支持技术是开源的,有些不是)。
我想从一些易于访问的存储库中共享一个包和一个 Maven 原型。
我应该查看某些支持此类事物的公共回购吗?我正在将该项目移至 github,尽管我认为它没有内置任何固有的 Maven 存储库支持。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的代码完全开源,那么您可以使用公共 Sonatype OSS 存储库。
我之前已经成功地使用它来托管一些小型 OSS 库。
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.