maven ignoring jenv settings

后端 未结 3 1188
暖寄归人
暖寄归人 2021-02-01 00:51

I had OSX with Java 1.6 installed, and I just installed jenv along with Java 1.7:

$ jenv local \'1.7\'
$ jenv versions
  s         


        
3条回答
  •  花落未央
    2021-02-01 01:37

    You need to install the jenv maven plugin, try the following command and reload your shell:

    jenv enable-plugin maven

提交回复
热议问题