You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2006/01/14 08:19:01 UTC

[jira] Closed: (MPSCM-60) Support to non default port in cvs pserver

     [ http://jira.codehaus.org/browse/MPSCM-60?page=all ]
     
Lukas Theussl closed MPSCM-60:
------------------------------

    Resolution: Won't Fix

I also added a faq. Thanks Dennis!

> Support to non default  port in cvs pserver
> -------------------------------------------
>
>          Key: MPSCM-60
>          URL: http://jira.codehaus.org/browse/MPSCM-60
>      Project: maven-scm-plugin
>         Type: Improvement

>     Versions: 1.5
>     Reporter: Routis Haralampos
>     Priority: Blocker
>  Attachments: MPSCM-60.patch
>
>
> The plugin does not support the use of a non default port for the cvs pserver.
> I tried to use the following url:
> scm:cvs:pserver:username@host:port:cvsroot:module
> but because the ':' is considered as a delimeter by the plugin.jelly script (see bellow) the 
> maven.scm.cvs.root is calculated to 'pserver:username@host:port' and not to 'pserver:username@host:port:cvsroot'
> <j:set var="maven.scm.cvs.root" value=":${tokens[2]}:${tokens[3]}:${tokens[4]}"/>
> <j:set var="maven.scm.cvs.module" value="${tokens[5]}"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org