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]