我下载了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-store
和activemq-all
。
答案 0 :(得分:2)
克隆此project:
git clone https://git-wip-us.apache.org/repos/asf/activemq.git
mvn -Dtest = false -DfailIfNoTests = false clean install