jira-importer commented on issue #850: URL: https://github.com/apache/maven-scm/issues/850#issuecomment-2964629292
**[Justin Bleach](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=juicybananas)** commented Looking at the source: Is not the ClearCaseScmProviderRepository.java instantiated with with full URL? (scm|clearcase|c:\views\tempview\configSpec.txt). If that happens you don't have to worry about putting in the last pipe as the first pipe after "scm" should do. When I debug to the "fillDefaultProperties" private method in the class I mentioned above it appears I have 3 tokens. In this method it assumes if only one token is available there is no view defined (which I don't have defined). I don't have a view defined but I have 3 tokens. I looked at the SCM API as well. Am I missing where the SCM and clearcase part is stripped off before ClearCaseScmProviderRepository is instantiated? It would make sense they aren't part of the URL since they are basically telling the API which provider to use but I can't find where that happens. -- 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]
