Maven 3.3.1 Config Error in IntelliJ Idea 14

前端 未结 8 1807
臣服心动
臣服心动 2020-12-13 13:48

I got the maven .tar file from http://maven.apache.org/download.cgi, and installed it to the path /usr/local/. I run the mvn -version command in the new window, the output i

8条回答
  •  感情败类
    2020-12-13 14:20

    Open up the IntelliJ settings dialog.

    In Maven-->Runner options set a following VM option: -Dmaven.multiModuleProjectDirectory=project root

提交回复
热议问题