Maven使用--添加的新项目下没有dependencies和plugin

添加的新项目下没有dependencies和plugin

导入了新项目,刚开始没有maven选项(解决办法
后来maven出来了,maven下却没有dependencies和plugin。
Maven使用--添加的新项目下没有dependencies和plugin
分析原因:开始按照网上的解析以为是依赖不全,但是怎么试都解决不了
在这里引入大神的博客大神总结的办法
个人原因:
pom.xml中确实有 < dependencyManagement > 这个标签

Maven使用--添加的新项目下没有dependencies和plugin

Maven使用--添加的新项目下没有dependencies和plugin
解决标签的问题之后,再把maven仓库配置好了,Maven使用--添加的新项目下没有dependencies和plugin就可以了!
Maven使用--添加的新项目下没有dependencies和plugin


每次导入总会遇到,特此记录!