【发布时间】:2013-09-05 10:36:40
【问题描述】:
我下载了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 中。
【问题讨论】:
标签: java eclipse maven activemq