[ https://jira.codehaus.org/browse/SCM-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=280585#comment-280585 ]
Robert Scholte commented on SCM-634: ------------------------------------ * http://maven.apache.org/scm/index.html for general scm info * http://maven.apache.org/scm/clearcase.html for clearcase info * http://maven.apache.org/scm/source-repository.html for the sources. * https://svn.apache.org/repos/asf/maven/scm/trunk/ points to the current trunk To fix this we need to borrow a {{ScmUrlParserResult}} which is used by some providers, for instance the [AbstractSvnScmProvider|https://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/java/org/apache/maven/scm/provider/svn/AbstractSvnScmProvider.java]. > Clearcase provider status keeps displaying "Can't load the scm provider. You > need to define a connectionUrl parameter" but connection node is defined. > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: SCM-634 > URL: https://jira.codehaus.org/browse/SCM-634 > Project: Maven SCM > Issue Type: Bug > Components: maven-scm-provider-clearcase > Affects Versions: 1.5 > Environment: Windows > Reporter: Justin Bleach > Attachments: SCM-634-test.patch > > > POM has been defined correctly: > <project> > ...... > <scm> > > <connection>scm|clearcase|c:\views\tempview\configSpec.txt</connection> > > <developerConnection>scm|clearcase|c:\views\tempview\configSpec.txt</developerConnection> > </scm> > ...... > </project> > Plugin configuration points to "connection". When doing a 'mvn scm:status' > keeps telling me "Can't load the scm provider. You need to define a > connectionUrl parameter". However I am pointing to a valid configSpec('mvn > scm:validate' = success) and connection is defined as shown above. > ConfigSpec (for completeness) is: > element * CHECKEDOUT > element -dir * /main/LATEST > element * /main/release_1.0/tempview/LATEST > element * /main/release_1.0/LATEST -mkbranch ac42144_r1.0_t0001 > element * /main/R1.0 -mkbranch release_1.0 > element * /main/{created_since(today)} -mkbranch release_1.0 > load c:\views\tempview\WCSF\CustomerService > Cannot do anything with plugin currently because message prevents code from > being checked out. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira