JBossFuse:karaf@root> features:install wrapper
Error executing command: URL [mvn:org.apache.camel.karaf/apache-camel/2.14-SNAPSHOT/xml/features] could not be resolved.我收到以下功能消息:install {ANYTHING}。
为了公平起见,我在Windows上运行jboss-fuse-full-6.1.0.redhat-379.zip。因此,我应该预料到事情会出错。但是对于我的启迪,为什么会发生这种情况呢?为什么它要获取最新的快照?
发布于 2014-09-05 23:33:00
如果包不在系统目录中,也不在本地存储库中,那么您应该检查org.ops4j.pax.url.mvn.repositories条目的etc/org.ops4j.pax.url.mvn.cfg,并确保可以从那里解析工件。您可能需要添加Apache存储库since the artifact is deployed there。
https://stackoverflow.com/questions/25644851
复制相似问题