这种情况一般是因为 maven 配置的 setting.xml
文件有误.
maven 项目编译报错如下
点击【项目名】提示
[ERROR] Error executing Maven.
[ERROR] The specified user settings file does not exist: E: \dev.xml
也就是说找不到 xml 文件
解决方案
- 双击 shift 找到
setting.xml
重新引入即可 - 再次执行
maven install
打包操作
这种情况一般是因为 maven 配置的 setting.xml
文件有误.
点击【项目名】提示
[ERROR] Error executing Maven.
[ERROR] The specified user settings file does not exist: E: \dev.xml
也就是说找不到 xml 文件
setting.xml
重新引入即可maven install
打包操作
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。