nielsbasjes commented on PR #104: URL: https://github.com/apache/maven-release/pull/104#issuecomment-1145937203
I checkout the master twice and did some debugging with both settings. So far I have tracked the `expected:<s[vn]> but was:<s[tub-provider]>` down to the DefaultScmRepositoryConfigurator being constructed (`@Inject`) with two different implementations of the `ScmManager`: One gets `DefaultScmManager` (from Maven SCM) the other `ScmManagerStub` (test class of the maven release manager). -- 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]
