HelloThere is a lot of code in different places, both in maven-scm and elsewhere, that checks and parses scm url:s. I propose that we create a utility class ScmUrlUtils in maven-scm-api where such code (static methods) can be placed. The code there should not be scm provider specific.
There should of course be an accompanying test suite for it.This concept might also be applied to the individual scm providers, e.g. there could be a CvsScmUrlUtils in maven-scm-provider-cvs.
-- Dennis Lundberg