java - 删除/忽略 intellij 中的 maven 项目

标签 java maven intellij-idea

我在 intellij 中有很多模块(从 SCM check out )并且 intellij 在许多操作(索引,制作等......)上很慢 我得到一个建议,通过右键单击 pom.xml 然后单击它来忽略 Maven 项目:

how to ignore project in intellij idea .

它要做什么? ignore 和 remove 有什么区别?
因为我有很多模块,所以我想从命令行来完成。这些设置是否存储在文件中?

最佳答案

查看 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 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32189556/

相关文章:

plugins - IntelliJ IDEA : install plugins from command line

java - Intellij 中构造函数的自动填充 stub 参数

java - Tomcat结合Intellij IDEA : no compiler available

java - 双缓冲 JFrame

java - 目标执行失败: tycho-p2-plugin

java - hibernate 4 : ViolatedConstraintNameExtracter exception

java - Spring应用程序未运行

java - JS、CSS、Images等公共(public)资源放在哪里?

java - Callable 执行期间出现异常

java - 从 FXML Controller 中的其他类调用方法