[
https://issues.apache.org/jira/browse/SCM-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960232#comment-17960232
]
ASF GitHub Bot commented on SCM-123:
------------------------------------
jira-importer opened a new issue, #355:
URL: https://github.com/apache/maven-scm/issues/355
**[Dan
Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)**
opened
**[SCM-123](https://issues.apache.org/jira/browse/SCM-123?redirect=false)** and
commented
mvn scm:validate -DconnectionUrl=scm:cvs:pserver:host:/cvs:module -X
-Dusername=joe
fails with
[DEBUG] (f) basedir = C:\dev\maven\src\scm
[DEBUG] (f) connectionUrl = scm:cvs:pserver:host:/cvs:module
[DEBUG] (f) settings = org.apache.maven.settings.Settings@1df8b99
[DEBUG] (f) username = joe
[DEBUG] - end configuration --
[INFO] [scm:validate]
[ERROR] Error scm url connection (connectionUrl) validation failed :
[ERROR] The userhost part must be on the form: \<username>@\<hostname>.
is it intended?
Found this problem when looking at MNG-1783
---
**Affects:** 1.0-beta-2
**Attachments:**
-
[SCM-123-docs.patch](https://issues.apache.org/jira/secure/attachment/12718683/SCM-123-docs.patch)
(_622 bytes_)
**Issue Links:**
- [MRELEASE-65](https://issues.apache.org/jira/browse/MRELEASE-65) problem
with scm url without username
(_**"is duplicated by"**_)
- [MRELEASE-72](https://issues.apache.org/jira/browse/MRELEASE-72)
maven-release-plugin doesn't pass username to maven-scm-provider-cvs
- [CONTINUUM-534](https://issues.apache.org/jira/browse/CONTINUUM-534)
Release Continunum 1.0.3
(_**"is depended upon by"**_)
1 votes, 1 watchers
> scm plugin ignores -Dusername for CSV provider
> ----------------------------------------------
>
> Key: SCM-123
> URL: https://issues.apache.org/jira/browse/SCM-123
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-plugin
> Affects Versions: 1.0-beta-2
> Environment: xp, cvs
> Reporter: Dan Tran
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.0-beta-3
>
> Attachments: SCM-123-docs.patch
>
>
> mvn scm:validate -DconnectionUrl=scm:cvs:pserver:host:/cvs:module -X
> -Dusername=joe
> fails with
> [DEBUG] (f) basedir = C:\dev\maven\src\scm
> [DEBUG] (f) connectionUrl = scm:cvs:pserver:host:/cvs:module
> [DEBUG] (f) settings = org.apache.maven.settings.Settings@1df8b99
> [DEBUG] (f) username = joe
> [DEBUG] -- end configuration --
> [INFO] [scm:validate]
> [ERROR] Error scm url connection (connectionUrl) validation failed :
> [ERROR] The userhost part must be on the form: <username>@<hostname>.
> is it intended?
> Found this problem when looking at MNG-1783
--
This message was sent by Atlassian Jira
(v8.20.10#820010)