Unable to load intellij module when using mvn idea:idea

后端 未结 4 1939
别跟我提以往
别跟我提以往 2020-12-11 09:54

I am using: IntelliJ IDEA 11.1.3 (Community edition) and Maven 3.0.4.

The project contains several modules, one of them creates a war-file. When I use \"mvn idea:ide

4条回答
  •  孤城傲影
    2020-12-11 10:28

    mvn idea:idea is obsolete and should not be used, it's known to cause problems. Just open pom.xml directly from IDEA and it will import the Maven project.

    To import with more options create a new project from the external Maven model.

提交回复
热议问题