0

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.

4

1 回答 1

0

Maven URL 的语法为:mvn:group-id/artifact-id/version,例如:

install mvn:commons-lang/commons-lang/2.6

如果您落后于代理,ServiceMix + 信息的版本也可能很重要。

于 2012-05-23T09:30:07.077 回答