Intellij 14.1.2 disable maven built-in ( use the M2_HOME by default like before ) -
i've upgraded idea intellij 14.1.2. new feature version comes built-in maven.
however, have settings done in maven version have installed , set m2_home, , continue use that.
by default, each project uses built-in version instead of 1 specified in m2_home.
does know how can change default use m2_home?
thanks !
mac os: preferences -> build -> execution -> deployment -> build tools -> maven.
windows: file -> other settings -> default settings -> build, execution, deployment -> build tools -> maven
look "maven home directory". dropdown should include @ least m2_home environment var.
Comments
Post a Comment