Turning off "use settings from.mvn/maven.config" flag doesn't work
已回答
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.

请先登录再写评论。
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.configwill always be read when running Maven Goals/Lifecycles via IDEA.