开发四年只会写业务代码,分布式高并发都不会还做程序员?->>>

我的maven setting.xml中<localRepository>D:/libs/mvn_repository</localRepository>
idea的maven能设置的地方都改成了这个
但是idea的path variables中的MAVEN_REPOSITORY 还是C:\Users\user\.m2\repository
手动把MAVEN_REPOSITORY 改成D:/libs/mvn_repository重启idea还是成了C:\Users\user\.m2\repository
然后有的包提示找不到
MAVEN_REPOSITORY 怎么老是被idea自己给改了