[ http://jira.codehaus.org/browse/SCM-190?page=comments#action_79189 ] Eric Bernstein commented on SCM-190: ------------------------------------
Any chance of 1.0 being released soon? I'd love to see this fix out in a release, and there hasn't been an scm release in a very long time. Just a thought though - would it not be better if cvs-settings.xml was in ${user.home}/.m2/scm/ so all the maven config files were grouped together? > 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