[ 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
[ http://jira.codehaus.org/browse/MPSCM-60?page=comments#action_55768 ]
Lukas Theussl commented on MPSCM-60:
Dennis, is this feature documented somewhere on the scm plugin site? If not,
can you attach a patch?
> Support to non default port in cvs pserv
[ http://jira.codehaus.org/browse/MPSCM-60?page=comments#action_55764 ]
Dennis Lundberg commented on MPSCM-60:
--
Running this as the reporter suggests
maven scm:parse-connection -DscmConnection=scm:cvs:pserver:[EMAIL
PROTECTED]:port:cvsroot:module
__
[ http://jira.codehaus.org/browse/MPSCM-60?page=comments#action_47176 ]
Dennis Lundberg commented on MPSCM-60:
--
If you need to use the ':' character in a value in your scm-url, you can use
'|' as a delimiter instead, like this:
scm|cvs|pserver|[EMAIL