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
        Type: Bug

  Components: maven-scm-provider-cvs  
    Versions: 1.0-beta-3    
    Reporter: Thibaut CAZENAVE
    Priority: Trivial


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