Maven home directory Can't edit
Answered
I tried to modify the Maven environment I installed, but I closed the Preferences window and opened it again, and restored to the
.m2/wrapper/dists/apache-maven-3.6.0-bin/2dakv70gp803gtm5ve1ufmvttn/apache-maven-3.6.0 path.
Please sign in to leave a comment.
since 2020.2 version IDE supports Maven wrapper (IDEA-146205). If the project has Maven wrapper configured IDE will use it for project which seems makes sense. If you do not want to use Maven from wrapper please delete
.mvn/wrapper/maven-wrapper.propertiesfile from project.Thank you friend, I have solved it as you said