带有 Maven 的 Mule 3.5.0 失败

Mule 3.5.0 With Maven Is Failing

尝试使用 maven 运行 mule 时出现以下错误。

[错误]无法在项目中间件服务上执行目标:无法解析项目 ch.koala:middleware-services:mule:1.0 的依赖项:无法在 org.mule.transports:mule 处收集依赖项-transport-vm:jar:3.5.0 -> org.mule.modules:mule-module-xml:jar:3.5.0 -> net.java.dev.stax-utils:stax-utils:jar:20080702 : 无法读取 net.java.dev.stax-utils:stax-utils:jar:20080702 的工件描述符:无法传输工件 net.java.dev.stax-utils:stax-utils:pom:20080702 from/to codehaus (http://repository.codehaus.org): Failed to transfer file: http://repository.codehaus.org/net/java/dev/stax-utils/stax-utils/20080702/stax-utils-20080702.pom. Return 代码为:410 , ReasonPhrase:Gone. -> [帮助 1]

当我在 pom.xml 文件中添加提供的标签时,为什么还要下载 mule-module 依赖项。

解决方法是什么?

修改 Settings.xml 有效。 Here is the blog post about it