Hi,
I have a problem using the changelog plug-in :
When I launch the maven-changelog-plugin, I get the following log message :
maven-changelog-plugin:report:
[echo] Generating the changelog report
SCM Working Directory: D:\Project\Test\HelloWorldMaven
SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :pserver:[EMAIL PROTECTED]:2403/devdata8/EUROPARL/CVS
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-01-12<2004-02-12
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
I checkout my project from CVS in directory D:\Project\Test\HelloWorldMaven\checkouts.
The problem is that I cannot change the SCM Working directory used by changelog.
I have changed the maven.changelog.basedir property from my build.properties file but
the problem remains the same.
Has anybody encountered this problem?
Thanks