You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2005/12/25 14:44:32 UTC

[jira] Commented: (SCM-123) scm plugin ignores -Dusername for CSV provider

    [ http://jira.codehaus.org/browse/SCM-123?page=comments#action_54177 ] 

Dennis Lundberg commented on SCM-123:
-------------------------------------

The docs for the cvs provider seems to indicate that the @ character is needed.

"If you use an anonymous access, you need to add a colon (:) between login and "@" like it's done in the first example."

Which is the last line of this file
http://svn.apache.org/viewcvs.cgi/maven/scm/trunk/maven-scm-site/src/site/apt/cvs.apt?rev=355486&view=markup

> scm plugin ignores -Dusername for CSV provider
> ----------------------------------------------
>
>          Key: SCM-123
>          URL: http://jira.codehaus.org/browse/SCM-123
>      Project: Maven SCM
>         Type: Bug

>   Components: maven-plugin
>     Versions: 1.0-beta-2
>  Environment: xp, cvs
>     Reporter: Dan Tran
>      Fix For: 1.0-beta-3

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