【发布时间】:2016-06-05 14:45:53
【问题描述】:
当尝试执行基于 JBoss Fuse 6.2 的项目(本地骆驼上下文)时,它会抛出如下错误:
未能执行目标 org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run
[错误] 无法在项目 ncbs-cust 上执行目标 org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run (default-cli):执行目标 org 的 default-cli。 apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run failed: Plugin org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084 或其依赖项之一无法解析: 无法在 org.apache.camel:camel-maven-plugin:jar:2.15.1.redhat-621084 -> org.apache.maven.reporting:maven-reporting-impl:jar:2.0.5 -> 收集依赖项org.apache.maven.doxia:doxia-site-renderer:jar:1.0 -> org.apache.velocity:velocity:jar:1.5 -> commons-collections:commons-collections:jar:3.2.1.redhat-7:无法读取 commons-collections:commons-collections:jar:3.2.1.redhat-7 的工件描述符:在 release.fusesource 中找不到工件 org.apache.commons:commons-parent:pom:22-redhat-2。 org (http://repo.fusesource.com/nexus/content/repositories/releases) -> [帮助 1]
【问题讨论】:
-
你是否在 pom 中添加了 apache commons?
-
您能添加您的 POM.xml 吗?
标签: maven jboss apache-camel maven-3 jbossfuse