[
https://issues.apache.org/jira/browse/SCM-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963144#comment-17963144
]
ASF GitHub Bot commented on SCM-248:
------------------------------------
jira-importer opened a new issue, #1025:
URL: https://github.com/apache/maven-scm/issues/1025
**[Andrey
Utkin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ciand7)**
opened
**[SCM-248](https://issues.apache.org/jira/browse/SCM-248?redirect=false)** and
commented
We don`t not use explicit username in ext cvs url because the same module
(and pom) may be used by different developers. Each developer could connect to
cvs server by ext method (via ssh) by own login name. So that all cvs commits
is personalized.
With maven1 there was no problem when cvs url looks like:
"scm:cvs:ext:SERVER:/var/cvs2:MODULE" - maven could connect to cvs using local
user name.
But with Continuum (which based on maven-scm modules) it is not works any
more because maven-scm-provider-cvs requires explicit user name in url for ext
method. (I think, the same is true for maven2 too).
So, is it possible to use System Property "user.name" for user name with ext
method when explicit one not specified?
---
**Affects:** 1.0-beta-3
> Use "user.name" system property for ext method
> ----------------------------------------------
>
> Key: SCM-248
> URL: https://issues.apache.org/jira/browse/SCM-248
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Improvement
> Components: maven-scm-provider-cvs
> Affects Versions: 1.0-beta-3
> Reporter: Andrey Utkin
> Priority: Major
> Fix For: 1.0-beta-4
>
>
> We don`t not use explicit username in ext cvs url because the same module
> (and pom) may be used by different developers. Each developer could connect
> to cvs server by ext method (via ssh) by own login name. So that all cvs
> commits is personalized.
> With maven1 there was no problem when cvs url looks like:
> "scm:cvs:ext:SERVER:/var/cvs2:MODULE" - maven could connect to cvs using
> local user name.
> But with Continuum (which based on maven-scm modules) it is not works any
> more because maven-scm-provider-cvs requires explicit user name in url for
> ext method. (I think, the same is true for maven2 too).
> So, is it possible to use System Property "user.name" for user name with ext
> method when explicit one not specified?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)