使用Maven时pom报错Multiple annotations found at this line: - Missing artifact log4j:log4j:jar:1.2.15. 更加具体的错误log如下:
Multiple annotations found at this line:
- Missing artifact log4j:log4j:jar:1.2.15:compile
- Missing artifact org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0:compile
- Missing artifact org.apache.ws.commons.axiom:axiom-dom:jar:1.2.5:compile
- Missing artifact org.apache.httpcomponents:httpcore:jar:4.0-alpha5:compile
从google上获得了如下答案:
It is not a unique issue, happens every now and then (sometimes due to a slow connection and sometimes due to proxy servers now allowing to download)
You can get rid of this by either of the following ways:
1) Force Update: Right Click on the Project in Eclipse -> Maven -> Update Project On this screen select the check box Force Update for Snapshots/Releases
2) Clearing Maven Cache: If you still face a problem, go to the local repository on your system, which might be present at
C:\Users\myusername\.m2\repositoryand delete the .cache folder and then follow step 1.If still facing issues, manually go to the org/apache folder and delete everything and then follow step 1. (This will definitely solve the issue.)
在Update maven项目的时候勾选上 force Update of snapshots/releases解决了我的问题
本文解决使用Maven时遇到的pom文件报错问题,详细解释了错误原因并提供了有效的解决步骤,包括强制更新项目、清理Maven缓存以及手动删除相关文件夹的方法。


9059

被折叠的 条评论
为什么被折叠?



