[ http://jira.codehaus.org/browse/MPSCM-60?page=comments#action_55771 ] 

Dennis Lundberg commented on MPSCM-60:
--------------------------------------

It's documented at the maven-scm site for each of the available scm providers
  http://maven.apache.org/scm/scm-url-format.html

It seems that SVN trunk for maven-scm-plugin does not have the file 
xdocs/scmurl.xml any more. But the file index.xml still references it. I'll 
post a patch shortly. navigation.xml has a link to the maven-scm site (the link 
above) instead. I'll change the index page accordingly.

> 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

>
>
> 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:[EMAIL PROTECTED]: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:[EMAIL PROTECTED]:port' and not 
> to 'pserver:[EMAIL PROTECTED]: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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to