53-解决Maven提示:Could not read settings.xml, assuming default values

Posted zhumengdexiaobai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了53-解决Maven提示:Could not read settings.xml, assuming default values相关的知识,希望对你有一定的参考价值。

参考:https://blog.csdn.net/hqocshheqing/article/details/47702049 

最近在学习Maven  时总是出现 Could not read settings.xml, assuming default values  错误,使得用户配置无法生效,在网上找了很多资料仍然解决不了,后来通过自己摸索找到了一下原因:

1:在  settings  配置文件中一定不能有中文,包括注释  <!--   -->  内部也不能有。

2:路径一定要写对:比如说  <localRepository>D:/Maven/repo/</localRepository>  中的路径使用 “/”  而非  windows 路径中的  “\”。
3:标签嵌套一定要完整。

 

以上是关于53-解决Maven提示:Could not read settings.xml, assuming default values的主要内容,如果未能解决你的问题,请参考以下文章

maven -- 解决“Could not calculate build plan”问题

maven解决“Could not calculate build plan”问题

maven出现Dependency not found 和Could not find artifact的解决方法(已解决)

Maven 编译提示:spring-boot-maven-plugin:2.1.9.RELEASE or one of its dependencies could not be resolved

Could not create local repository at D:maven-repository -> [Help 1][ERROR][ERROR] To see the ful

如何解决设置maven时Could not read settings.xml