jira-importer commented on issue #387: URL: https://github.com/apache/maven-scm/issues/387#issuecomment-2964591137
**[Mike Perham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mperham)** commented I believe those old plugins are fundamentally broken. For instance the changelog plugin does NOT use the Maven SCM subsystem but rather its own SCM adapters (see the plugin code, it's true!). Other plugins like the release plugin DO use Maven SCM. The issue is that they both use the same SCM URL. Now Maven SCM assumes the URL ends in a directory name or a "/". Those other plugins assume the URL ends in "/...". There is no way to resolve this - one or the other must be changed and I believe it is the reporting plugins which must change to use the SCM subsystem. I will open a new issue for them. -- 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]
