如何构建activemq源代码

时间:2013-09-05 02:03:42

标签: java eclipse maven activemq

我下载了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

1 个答案:

答案 0 :(得分:2)

克隆此project

  

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

然后building it with maven

  

mvn -Dtest = false -DfailIfNoTests = false clean install