jira-importer commented on issue #649: URL: https://github.com/apache/maven-invoker-plugin/issues/649#issuecomment-2957811460
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented I found resolve for this issue - if we use mirror in local settings and set `mergeUserSettings` to `true` we have to use: ``` <mirrorOf>external:*,!repo1,!repo2</mirrorOf> ``` instead of: ``` <mirrorOf>*,!repo1,!repo2</mirrorOf> ``` According to https://maven.apache.org/guides/mini/guide-mirror-settings.html -- 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