gpt4 book ai didi

maven-2 - IntelliJ IDEA : “Indexed Maven Repositories” list - how to REMOVE a remote maven repository in this list?

转载 作者:行者123 更新时间:2023-12-04 08:53:01 25 4
gpt4 key购买 nike

我真的希望这是对帖子 IntelliJ IDEA: "Indexed Maven Repositories" list - how to add remote maven repository in this list? 中发布的答案的评论但我的声誉不允许这样做。因此,请原谅将其作为新问题发布。

有什么方法可以从“索引的 Maven 存储库”列表中删除存储库?我移动了项目,但仍然在那里看到我的旧存储库,其中一些实际上已离线。

我尝试重新导入我的 settings.xml 文件,多次重新启动 IntelliJ(也使缓存无效),但无法让这些存储库从此列表中消失。

最佳答案

在我的例子中,我想删除的“索引 Maven 存储库”没有在 Maven 的 settings.xml 中定义,而是在我的许多子项目的 pom.xml 文件之一中定义的。我不得不从 pom.xml 文件中删除以下部分。从 pom.xml 文件中删除后,“索引的 maven 存储库”已从 IntelliJ 中的 Maven 设置中删除

<repositories>
<repository>
<id>foo</id>
<name>foo</name>
<url>file://${project.basedir}/maven/repository</url>
</repository>
</repositories>

关于maven-2 - IntelliJ IDEA : “Indexed Maven Repositories” list - how to REMOVE a remote maven repository in this list?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10421344/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com