jira-importer commented on issue #1091: URL: https://github.com/apache/maven-scm/issues/1091#issuecomment-2964645373
**[Guillaume Boué](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gboue)** commented This is expected. When you're running `mvn scm:export`, your `ROOT` execution is not being used, instead it is a default one that is used. In the first case, `connectionUrl` is set in the configuration of all executions, so it is also used by the default one. However in the second case, only `ROOT` execution has the `connectionUrl` set. Since Maven 3.3.1, you could use `mvn scm:export@ROOT` in the second case. -- 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