Unable to import Maven project into IntelliJ IDEA

前端 未结 12 932
春和景丽
春和景丽 2020-12-01 07:41

I\'m having problems importing any Maven projects into IntelliJ IDEA. I create an empty Maven project like this:

$ mvn archetype:generate -DgroupId=com.mycom         


        
12条回答
  •  自闭症患者
    2020-12-01 08:32

    Had the same issue, however the following answer fixed my problem: Maven project won't compile after upgrade to Intellij 13.1 from 12

    The problem itself occured after I updated to IntelliJ 13.1.4, pre to that patch all worked fine/as intended.

提交回复
热议问题