美文网首页
eclipse项目下pom.xml文件出错

eclipse项目下pom.xml文件出错

作者: Eenmaal_7a01 | 来源:发表于2017-09-04 19:33 被阅读0次

错误是:Maven: Could not get the value for parameter encoding for plugin execution default-resources Plugin

原因是多个包缺失

尝试了多个方法,包括http://blog.csdn.net/testcs_dn/article/details/38818581中的方法

始终是如下的错误:

之后经过各种查阅资料等,发现在maven仓库中(C:\Users\Administrator.WRGHO-611261152\.m2)中删掉repository文件夹即可,然后在项目上右击maven->update project->勾选force update of snapshots/releases,默默等重新下载,问题解决。

相关文章

网友评论

      本文标题:eclipse项目下pom.xml文件出错

      本文链接:https://www.haomeiwen.com/subject/ooaejxtx.html