There is problem with local maven repository. I want to change maven and local repository path. I use Intellij and did it in setting->build,execution,deployment->maven, just changed here user settings file
and local_repository
then choose override
and apply
.
If I put mvn install
there is still default path (/.m2/repository/
). How is it possible do solve this problem?