eclipse 项目导入的时候报错:"Plugin not found in any plugin repository"
解决方法:在当前的 pom.xml 中加入以下配置即可。
<project >
<repositories>
<repository>
<id>maven-repo</id>
<url>http://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>mvnrepository</id>
<url>http://mvnrepository.com/artifact/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven-repo</id>
<url>http://repo1.maven.org/maven2/</url>
</pluginRepository>
<pluginRepository>
<id>mvnrepository</id>
<url>http://mvnrepository.com/artifact/</url>
</pluginRepository>
</pluginRepositories>
</project>
然后右键点击项目,选择 maven -> Update project... 即可。
=
-
分享到:
相关推荐
Pydroid repository plugin.xapk Pydroid repository plugin.xapkPydroid repository plugin.xapk
kotlinx-serialization-compiler-plugin.jar
在win10下使用MinGW编译一个c++文件的时候莫名出现“g++: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found”,将这个dll放置在安装目录下,安装目录根据实际的来C:\MinGW\libexec\gcc\mingw32...
MinGW编译时报错: fatal error: -fuse-linker-plugin, but liblto_plugin-0.dll not found 时缺少的一个文件,将文件下载后放在C:\MinGW\libexec\gcc\mingw32\xxx目录下(xxx是你的g++版本号)下,问题即可解决
java代码执行hive相关ktr时报错: database type with plugin id [HIVE2] couldn't be found! 解决:kettle-core-7.1.0.0-12.jar适配hive后的包。具体步骤请查看...
<pluginRepository> <id>alfresco-public <url>https://artifacts.alfresco.com/nexus/content/groups/public</url> </pluginRepository> <pluginRepository> <id>alfresco-public-snapshots <url>...
Rancher下Docker拉取镜像出现unauthorized to access repository问题解决方案 Rancher是一个流行的容器编排工具,它可以帮助用户快速部署和管理容器化应用...通过这些解决方案,我们可以快速解决问题,提高工作效率。
git commit id插件与https://fisheye.codehaus.org/browse/mojo/tags/buildNumber-maven-plugin-1.0-beta-4非常相似,但是作为buildNumber,在我启动这个插件时,它只支持cvs和svn,必须做些什么。
Plugin Not Installed(解决方案).md
例如,可能增加了对不同Tomcat版本的支持,优化了性能,或者解决了某些特定场景下的兼容性问题。由于没有具体的修改内容描述,我们无法明确指出具体改动,但这些定制通常是为了更好地满足开发者或团队的需求。 `...
k8s之failed to find plugin "flannel" in path [/opt/cni/bin]
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the ...
maven项目转换为eclipse项目,可能缺少的包。
当我们谈论“Eclipse集成ZK插件zk_plugin”时,我们指的是在Eclipse中安装一个特定的插件,以便于开发者更方便地设计、调试和管理基于ZooKeeper的应用程序。 ZooKeeper插件(zk_plugin)通常提供了以下功能: 1. *...
tomcat6-maven-plugin-2.1插件包
资源:64位notepad++没有内置 插件管理器(PluginManager ),导致compare等许多插件安装不了。 作用:用于两文件之间的对比,十分有用 安装方法: 下载PluginManager.dll,直接拷贝到notepad++安装目录下的plugins...
maven-repository-collector-plugin-1.0-sources.jar
解决datax mysql8兼容性问题