问题描述
有人知道提供OBR来托管我自己的捆绑软件的任何服务吗?
Does anyone know of any services that provide OBR for hosting my own Bundles?
类似github的东西-但用于捆绑包.
Something like github - but for bundles.
(否则,有没有人创建自己的OBR服务器,这有多难?)
(If not - did anyone ever create their own OBR server, and how hard was it?)
我通过 Nexus Pro ,但对于普通人来说似乎太贵了(因为Pro的价格无处可寻).
I found one solution by Nexus Pro, but it seems like its too expensive for mere mortals (as price for pro is nowhere to be seen).
推荐答案
SpringSource , Apache Sling 和 OSGi联盟具有存储库,ServiceMix有其自己的捆绑包,但是所有都是由私人维护的,具有不同程度的公共影响力.
SpringSource, Apache Sling, and the OSGi Alliance have repositories and ServiceMix has its own bundles but all are privately maintained with varying levels of public influence.
有一个旧的公共存储库,Richard Hall曾经维护过.这是在Oscar成为Felix之前的事情,因此您必须联系非常活跃于Felix的Richard来了解OBR的用途.
There's an old public repository out there that Richard Hall used to maintain. This is back before Oscar became Felix, so you'd have to contact Richard, who is very active on Felix, about this OBR's usefulness.
设置自己的OBR并不困难. Apache Felix提供了 OBR包来获取东西.开始. OBR实际上只是一个XML索引,其文件具有类似于Maven存储库的链接,因此,只要您正确构建结构,就可以在任何主机上设置自己的OBR.
Setting up your own OBR isn't terribly difficult. Apache Felix offers an OBR bundle to get things started. An OBR is really just an XML index with files linked within akin to a Maven repository, so you could set up your own OBR on any host as long as you structure things right.
这篇关于OSGI OBR存储库托管?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!