-1

我下载activemq 5.8了源代码,尝试用它maven来生成一个eclipse项目。我有 2 个错误:

[ERROR]     Child module E:\activemq-parent-5.8.0\activemq-amq-store\pom.xml of 
E:\activemq-parent-5.8.0\pom.xml does not exist

[ERROR]     Child module E:\activemq-parent-5.8.0\activemq-all\pom.xml of 
E:\activemq-parent-5.8.0\pom.xml does not exist

可以肯定的是,这两个文件不包含pom.xml. 我不确定这两个文件是否应该在activemq-amq-storeactivemq-all.

4

1 回答 1

3

克隆这个项目

git 克隆https://git-wip-us.apache.org/repos/asf/activemq.git

然后用 maven 构建它

mvn -Dtest=false -DfailIfNoTests=false 全新安装

于 2013-09-05T02:36:40.927 回答