The changelog plugin use Maven-SCM too but an old version. Next version of 
changelog plugin will use the latest Maven-SCM so the result will be the same.

The difference between old version and the actual, is that in the actual, 
Maven-SCM use a pure java cvs client instead of the command line so you don't 
need a cvs client installed on your machine.

Emmanuel

Jon Strayer a écrit :
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?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to