问题描述:

  • 完成项目中的功能后,想要git一下,就用maven命令先清除一下编译文件,紧接着系统报错
  • Error executing Maven. 2 problems were encountered while building the effective settings
    【Maven】执行maven命令:mvn clean 时报错

解决方法:

  • maven的setting文件爆红,有两个标签多余,删除即可
    【Maven】执行maven命令:mvn clean 时报错

总结:

  • maven命令出错一般都是配置文件出了问题,细心点

相关文章:

  • 2022-01-22
  • 2021-09-19
  • 2021-10-21
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2021-12-29
  • 2021-09-21
  • 2022-02-07
相关资源
相似解决方案