jira-importer commented on issue #400: URL: https://github.com/apache/maven-invoker-plugin/issues/400#issuecomment-2957787744
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented This reduced the location onto a very limited area which makes it simpler to solve that problem. Thanks for your help. So the following area is the culprit (lines1110-) of AbstractInvokerMojo.java: ```java if ( dominantSettings.getRuntimeInfo() == null ) { RuntimeInfo rtInfo = new RuntimeInfo( dominantSettings ); rtInfo.setFile( interpolatedSettingsFile ); dominantSettings.setRuntimeInfo( rtInfo ); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org