Using maven v2.0.4 with JDK 1.5 on a windows XP machine. I am new to Maven and have been trying to integrate it with a small project at work that currently uses ant for build mgmt. However, I am having a minor problem with the scm plugin. Based on the scm cvs instructions at http://maven.apache.org/scm/cvs.html I set up a cvs-settings file located at:
C:\Documents and Settings\carlos.fernandez\.scm\cvs-settings.xml This file consists of: <cvs-settingsasdf> <useCvsrc>true</useCvsrc> <traceCvsCommand>true</traceCvsCommand> <compressionLevel>0</compressionLevel> </cvs-settings> when I run a scm command, the default compression level is used and none of the settings in my .cvsrc file are used. BTW - when I use cvs directly on the command line the settings in the .cvsrc file are respected. Just to double check, the system prop "user.home" returns C:\Documents and Settings\carlos.fernandez Any help would be appreciated. I am sure it is something blatantly obvious that I am missing. carlos mvn output [EMAIL PROTECTED] /cygdrive/c/development/workspace/usitc-common $ mvn scm:update [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'scm'. [INFO] ------------------------------------------------------------------------ - --- [INFO] Building Maven Quick Start Archetype [INFO] task-segment: [scm:update] (aggregator-style) [INFO] ------------------------------------------------------------------------ - --- [INFO] [scm:update] [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/home/cvs -q update -d [INFO] Working directory: C:\development\workspace\usitc-common [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/home/cvs -q log [INFO] Working directory: C:\development\workspace\usitc-common [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6 seconds [INFO] Finished at: Thu May 18 15:37:30 EDT 2006 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
