jira-importer commented on issue #850: URL: https://github.com/apache/maven-scm/issues/850#issuecomment-2964629287
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Issue confirmed (see attached test). The problem is caused by tokening the third part of the connection. Here the code has no idea what the original delimeter was. So it tries both `|` and `:`. A workaround might be to add a pipe to the URL ```xml <developerConnection>scm|clearcase|c:\views\tempview\configSpec.txt|</developerConnection> ``` -- 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]
