[jira] Created: (SCM-138) clearcase-settings.xml is been searched for in the wrong dir

2006-01-21 Thread Wim Deblauwe (JIRA)
clearcase-settings.xml is been searched for in the wrong dir Key: SCM-138 URL: http://jira.codehaus.org/browse/SCM-138 Project: Maven SCM Type: Bug Components: maven-scm-provider-clearcase Reporter

Re: [proposal] Create a utility class for scm url checking/parsing

2006-01-21 Thread John Casey
sounds like a pretty good idea. The utility could live in maven-scm-provider-api. Would you like to file a jira against: http://jira.codehaus.org/browse/SCM and start work on it? :) -john Dennis Lundberg wrote: Hello There is a lot of code in different places, both in maven-scm and elsewh

Re: What should be the format for a valid scm url?

2006-01-21 Thread Lukas Theussl
According to [1], the format for a scm url is scm ie, scm:| would not be a valid form. I would also find it confusing if there were other colons in one of the variables, so I think it should not be allowed. -Lukas [1] http://maven.apache.org/scm/scm-url-format.html Dennis Lundberg wrote

[proposal] Create a utility class for scm url checking/parsing

2006-01-21 Thread Dennis Lundberg
Hello There 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

What should be the format for a valid scm url?

2006-01-21 Thread Dennis Lundberg
Hi I've been working with Lukas on the Maven 1 plugins team to resolve an issue in maven-changelog-plugin for Maven 1. He posed a valid question in that discussion, which led me to write this message. SCM-106 makes it possible to use "|" as a separator character between "scm" and the rest of