Maven 3.3.1 Config Error in IntelliJ Idea 14

前端 未结 8 1799
臣服心动
臣服心动 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:39

    Got the same with Luna Service Release 2 (4.4.2), following are the steps that i followed:

    1. Goto - Run Configuration - under JRE tab - type -Dmaven.multiModuleProjectDirectory=

    This solution was provided by sheltem Mar...Thanks

    0 讨论(0)
  • 2020-12-13 14:41

    This is a known bug in IntelliJ (as indicated by @Frank) in IntelliJ 14.0.3 and 14.1.

    It will be fixed in IntelliJ 14.0.5 and 14.1.1.

    If you need the fix right now, you can download and install the specific fix as described in the issue.

    Alternatively, if you do not need the newest maven 3.3.1, you can fallback to an earlier version of maven.

    0 讨论(0)
提交回复
热议问题