Maven 3.3.1 Config Error in IntelliJ Idea 14

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

提交回复
热议问题