Unable to import Maven project into IntelliJ IDEA

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

    I had the same issue on Linux Mint. Tried everything but nothing helped. Turned out my etc/hosts file was corrupted and restoring it worked. Another solution is here : https://www.digitalocean.com/community/questions/how-to-restore-etc-hosts-on-ubuntu-14-04

提交回复
热议问题