+-
java-在IntelliJ中删除/忽略Maven项目
我在intellij中有很多模块(已从SCM签出),并且intellij在许多操作(索引,make等’…)上都很慢
我建议通过右键单击pom.xml,然后单击以忽略Maven项目:

how to ignore project in intellij idea.

怎么办?忽略和删除有什么区别?
由于我有很多模块,所以我想从命令行执行.这些设置是否存储在文件中?

最佳答案
看一下IntelliJ文档,尤其是 Maven Projects Tool Window.

Ignore Project / Unignore Project – Choose the Ignore Projects command to ignore project in build, or, on the contrary, include in build the previously ignored project. Ignored projects are not imported into IntelliJ IDEA.

Remove Project – Choose this command to delete the selected Maven modules from the Maven structure. So doing you can opt to delete the corresponding Maven module from the IntelliJ IDEA project as well.

点击查看更多相关文章

转载注明原文:java-在IntelliJ中删除/忽略Maven项目 - 乐贴网