When I execute "mvn scm:changelog" it works and generates this log entry
(among others)
[INFO] Executing: cvs -z3 -f -d :
pserver:[EMAIL PROTECTED]:12310/appl/pkg1/cvs/reps/theteam/cvs -q
log

When I add the changelog report to my pom and execute "mvn site" it fails
and generates these log entries:

[INFO] Executing: cvs -z3 -f -d :
pserver:[EMAIL PROTECTED]:12310/appl/pkg1/cvs/reps/theteam/cvs -q
log -d '"2007-04-24T15:43:16-0400<2007-05-25T15:43:16-0400"'

[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] 'cvs' is not recognized as an internal or external command, operable
program or batch file.


That last line makes me thing that the changelog plugin (version 2.0) is not
using the Maven SCM plugin.  Is that correct?


--
Esse Quam Videre
To Be, rather than to Seem

Reply via email to