[
https://issues.apache.org/jira/browse/SCM-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed SCM-726.
------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> AbstractCvsScmProvider.parseScmUrl for ext transport should expect 4 or 5
> tokens
> --------------------------------------------------------------------------------
>
> Key: SCM-726
> URL: https://issues.apache.org/jira/browse/SCM-726
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Affects Versions: 1.8.1
> Reporter: Przemyslaw Fusik
> Priority: Minor
>
> According to http://maven.apache.org/scm/cvs.html ext transport url may
> contain 4 or 5 (including port) tokens (excluding the first two tokens 'scm'
> and 'cvs' that are consumed
> before){noformat}scm:cvs<delimiter>ext<delimiter>[username@]servername[<delimiter>port]<delimiter>path_to_repository<delimiter>module_name{noformat}
> but the code inside AbstractCvsScmProvider.parseScmUrl {code:java}if (
> tokens.length != 4 && transport.equalsIgnoreCase( TRANSPORT_EXT ) )
> {
> result.getMessages().add( "The connection string contains too
> few tokens." );
> return result;
> }{code} requires 4 tokens and adds misleading message.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)