做ppt的网站有哪些内容吗,h5微网站建设多少钱,北汽新能源汽车车型及价格,温州网站设计公司前些天发现了一个巨牛的人工智能学习网站#xff0c;通俗易懂#xff0c;风趣幽默#xff0c;忍不住分享一下给大家。点击跳转到教程。
1. 报错如下#xff1a;
[ERROR] Error executing Maven.
[ERROR] 1 problem was encountered while building the effective setting…前些天发现了一个巨牛的人工智能学习网站通俗易懂风趣幽默忍不住分享一下给大家。点击跳转到教程。
1. 报错如下
[ERROR] Error executing Maven.
[ERROR] 1 problem was encountered while building the effective settings
[FATAL] Non-parseable settings D:\ChengXu\maven\apache-maven-3.5.2\conf\settings.xml: end tag name /settings must match start tag name mirrors from line 50 (position: TEXT seen .../activeProfiles\n\t\n/settings... 107:12) D:\ChengXu\maven\apache-maven-3.5.2\conf\settings.xml, line 107, column 12 2. 执行 mvn install -Dmaven.test.skiptrue 也一直不成功。
3. 原因 maven 的配置文件 setting.xml 有错。
在配置文件中多了一行mirrors 导致配置文件的格式不正确。 4. 去掉多的这一行保证 setting 文件配置正确就好了。