Unable to load intellij module when using mvn idea:idea

后端 未结 4 1937
别跟我提以往
别跟我提以往 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:18

    mvn idea:idea is no longer used. The official page for the plugins usage states Apache Maven IDEA Plugin (RETIRED).

    You can directly do File -> Import project and select pom.xml file.

    enter image description here

提交回复
热议问题