jira-importer opened a new issue, #1239: URL: https://github.com/apache/maven-scm/issues/1239
**[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** opened **[SCM-1015](https://issues.apache.org/jira/browse/SCM-1015?redirect=false)** and commented I was assuming that `ScmProvider` is the SPI while `ScmManager` is the (consumer) API. But there are some methods from `ScmProvider` which are not called from anywhere else (except for test code) like: * `untag` * `info` * `remoteinfo` Are those just missing from `ScmManager` (and their implementation delegating to the `ScmProvider`'s method in `AbstractScmManager`) or is there no clear separation between `ScmProvider` and `ScmManager`? At the same time some clarification on differences between `ScmRepository` and `ScmProviderRepository` would be helpful. --- No further details from [SCM-1015](https://issues.apache.org/jira/browse/SCM-1015?redirect=false) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org