Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 下有一个带有 m2eclipse 的 Maven 项目。
当运行集成测试时,测试失败并提到在类路径中找不到 spring 配置文件,并且我从 log4j 中得到了类似的错误。
我的印象是 m2eclipse 会将资源目录添加到类路径中,但显然不是。
我究竟做错了什么?
有时 m2eclipse 不会根据需要移动资源。我还没有真正弄清楚为什么。无论如何:一个简单的解决方案是保持外壳打开并执行
mvn resources:resources
或在 m2eclipse 中,使用设置目标来创建新的运行配置Run Configurations -> Maven Build -> new Launch Configuration:进程资源(生命周期)或资源:资源(插件目标)。
Run Configurations -> Maven Build -> new Launch Configuration