Unable to import Maven project into IntelliJ IDEA

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

    I had similiar issue on

    MAC OS X

    what i did:

    • deactivated FIREWALL
    • set proxy in intellij (like explained in this thread)
    • set the ipstack-flag

    nothing solved the problem...

    what helped

    • starting intellij with Java 1.6 and NOT java 1.8 (defined in /Applications/IntelliJ\ IDEA\ 14.app/Contents/Info.plist )

    strange

提交回复
热议问题