FAQ page 关于如何在我的OSGi容器中启用FAB支持?
但它不起作用。 错误消息是:
Could not add Feature Repository:
java.lang.RuntimeException: URL [mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xm/features] could not be resolved.
Please verify that the feature repository URL is correct and that your network connection works fine.*
我试图从Google找到一些解决方案,我尝试将以下存储库添加到etc/org.ops4j.pax.url.mvn.cfg
中:
http://repo.fusesource.com/nexus/content/repositories/releases
http://repo.fusesource.com/nexus/content/groups/public/
我可以确保我的互联网代理设置正确。
所以,看来该功能的存储库是错误的。 你能帮我提一些建议吗?
答案 0 :(得分:0)
看起来回购网址mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features
不存在。
我自己没有尝试过,但可能fabric-bundle
正是您正在寻找的东西:
features:addUrl mvn:org.fusesource.fabric/fuse-fabric/7.0.1.fuse-084/xml/features
features:install fabric-bundle