Unable to import Maven project into IntelliJ IDEA

前端 未结 12 951
春和景丽
春和景丽 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:38

    Look for any (recently installed) applications that might prevent RemoteMavenServer from responding to Intellij's calls correctly. In my case, it turned out to be a an online accountability software:x3watch. After uninstalling it, Intellij started working fine.

提交回复
热议问题