[
https://issues.apache.org/jira/browse/SCM-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964438#comment-17964438
]
Olivier Lamy commented on SCM-190:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#429|https://github.com/apache/maven-scm/issues/429].
> Location of cvs-settings.xml should be in user.home and not in user.dir
> -----------------------------------------------------------------------
>
> Key: SCM-190
> URL: https://issues.apache.org/jira/browse/SCM-190
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Affects Versions: 1.0-beta-3
> Reporter: Thibaut CAZENAVE
> Assignee: Emmanuel Venisse
> Priority: Trivial
> Fix For: 1.0-beta-4
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)