[ 
https://issues.apache.org/jira/browse/SCM-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960230#comment-17960230
 ] 

ASF GitHub Bot commented on SCM-123:
------------------------------------

jira-importer commented on issue #355:
URL: https://github.com/apache/maven-scm/issues/355#issuecomment-2964589177

   **[Dennis 
Lundberg](https://issues.apache.org/jira/secure/[email protected])**
 commented
   
   Regarding my first comment: ignore it. The docs are talking about something 
else. I'll attach a patch that makes the docs a bit more clear.
   
   I have studied the source now and I can confirm that the @ character is 
indeed required. The reason for this seems to be that it would be hard to parse 
the scm url if the @ character is not there. I do think that it could be done 
though.
   
   A patch to get improved error messages is also coming soon.
   




> 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)

Reply via email to