jira-importer commented on issue #1107: URL: https://github.com/apache/maven-scm/issues/1107#issuecomment-2964646254
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented A branch has been pushed, but unfortunately the fix cannot be applied. As soon as tests run, some SCM plugin mojos fails becaue they use `basedir` in `connectionUrl` and on Windows it will be `C:\path\to\repo` and this is valid. Using `project.baseUri` is also not possible because the produced [URI is invalid](https://stackoverflow.com/a/17870390/696632). Maven core has to switch in that specific part to `Path`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
