eclipse项目下pom.xml文件出错
2017-09-04 本文已影响0人
Eenmaal_7a01
错误是: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,默默等重新下载,问题解决。