Unable to import maven project in IntelliJ14

后端 未结 10 1697
一向
一向 2021-02-01 01:21

I\'m trying to import the Maven projects from IntelliJ button (the one with the arrows in circle), but I get the following message \"Unable to import maven project. See logs for

10条回答
  •  你的背包
    2021-02-01 02:17

    I don't know what caused this, all i know it was very easy to fix:

    1. Download maven here and extract it in a place of your choice.
    2. Then, go to File>Settings>Build, Execution, Deployment>Build Tools>Maven.
    3. In Maven home directory, instead of Bundled maven, point it to the folder you just created.
    4. Enjoy.

提交回复
热议问题