本文主要是介绍Maven:The container ‘Maven Dependencies‘ references non existing library,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
我们在使用maven过程中,会遇到 “The container 'Maven Dependencies' references non existing library”那我们如何解决呢?
解决方法:将eclipse中maven插件中“resolve dependencies from workspace projects”的选项取消
默认的本地库更改,修改 maven_home\conf\settings.xml 中 localRepository 的配置
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (...). Please verify you invoked Maven from the correct directory.
到有pom.xml文件的目录下执行命令
这篇关于Maven:The container ‘Maven Dependencies‘ references non existing library的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!