[ http://jira.codehaus.org/browse/SCM-190?page=comments#action_79567 ] 
            
Emmanuel Venisse commented on SCM-190:
--------------------------------------

it is used by maven2, maven1 continuum, so we can't use .m2 directory

> Location of cvs-settings.xml should be in user.home and not in user.dir
> -----------------------------------------------------------------------
>
>                 Key: SCM-190
>                 URL: http://jira.codehaus.org/browse/SCM-190
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>    Affects Versions: 1.0-beta-3
>            Reporter: Thibaut CAZENAVE
>         Assigned To: Emmanuel Venisse
>            Priority: Trivial
>             Fix For: 1.0
>
>
> In static method getSettings() of CvsUtil class 
> (org.apache.maven.scm.provider.cvslib.util), we try to get the 
> cvs-settings.xml property file from ${user.dir}/.scm/
> ------------------------------------
> File scmUserDir = new File( System.getProperty( "user.dir" ), ".scm" );
> File settingsFile = new File( scmUserDir, "cvs-settings.xml" );
> ------------------------------------
> The SCM documentation (http://maven.apache.org/scm/cvs.html) say this file 
> should be in ${user.home}/.scm/ and not {user.dir}/.scm/.
> This should be easy to correct.
> Thibaut

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

        

Reply via email to