在服务组合中安装mvn无法解决
我想使用语法安装服务 Mix:
smx@root>install mvn:id.co.ess/endpoint-ptr04 java.lang.RuntimeException:无法解析 URL [mvn:id.co.ess/endpoint-ptr04]。
我的服务组合出了什么问题,我该如何解决这个问题。 感谢您的建议。
I want to install a service to service Mix using syntax:
smx@root>install mvn:id.co.ess/endpoint-ptr04
java.lang.RuntimeException: URL [mvn:id.co.ess/endpoint-ptr04] could not be resolved.
What's wrong with my service mix, how can I resolve the problem.
Thanks for suggestion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Maven URL 的语法为:mvn:group-id/artifact-id/version,例如:
如果您使用代理,则 ServiceMix 的版本 + 信息也可能很重要。
Maven URLs have syntax: mvn:group-id/artifact-id/version, such as:
Also the version of ServiceMix + information if you're behind proxy could be crutial.