找不到Maven包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了找不到Maven包相关的知识,希望对你有一定的参考价值。

The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.5 is missing, no dependency information available
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5: The repository system is offline but the artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.5 is not available in the local repository. -> [Help 1]
The POM for org.codehaus.mojo:tomcat-maven-plugin:jar:1.1 is missing, no dependency information available
我的maven 包里有这个文件 D:\eclipse_old\JEECG-repository\org\apache\maven\plugins\maven-resources-plugin\2.4.1\maven-resources-plugin-2.4.1.jar

为什么提示是找不到maven-resources-plugin-2.5.jar.在那里设置这个版本的。
我从网上下载了maven-resources-plugin-2.5.jar这个包,放到这个目录下也还是无法解决这个问题

我的maven版本3.0.4

既然你的maven里有maven-resources-plugin-2.4.1.jar
建议你改成maven-resources-plugin-2.4.1.jar

这是找不到这个插件包,所以报错了
参考技术A maven版本的问题,降低maven版本就好了

以上是关于找不到Maven包的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot项目使用common模块问题(依赖包找不到?)

maven编译时候提示找不到符号怎么办

idea找不到存在的包

sklearn 包找不到模块

Jar包找不到文件路径问题

同一个老的项目在eclipse里就可以正常运行,在idea里就会报错,类的jar包找不到,怎么办?