【发布时间】:2011-04-06 07:53:17
【问题描述】:
我想在我的 Maven 项目中使用 apache commons 配置 jar。
当我使用 m2Eclipse 添加它时,它会生成:
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>20041012.002804</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
这看起来不错,但它给了我错误:
缺少工件资源:resources:jar:1.0:compile
有人可以帮忙吗?
【问题讨论】: