Turning off "use settings from.mvn/maven.config" flag doesn't work
Answered
When I turned off "Use settings from.mvn/maven.config" flag in File | Settings | Build, Execution, Deployment | Build Tools | Maven tab, Maven args from .mvn/maven.config file are still interpreted while building project via Maven in IJ.

Please sign in to leave a comment.
Hello, Maciej!
Thank you for reporting this!
The “
Use settings from .mvn/maven.config
” option only applies to Maven Importer (opening, syncing the Project), but not Maven Runner, so the settings frommaven.config
will always be read when running Maven Goals/Lifecycles via IDEA.