Did you try FAQ number 4: "How can I debug the SCM command?"
http://maven.apache.org/plugins/maven-changelog-plugin/faq.html#How%20can%20I%20debug%20the%20SCM%20command

Patrick Kwok wrote:
Hi,

I have been trying to build a Maven site for some of our modules by
running "mvn site", and the build process seems fine until it got to the
changelog report. It was stuck at the following point, and the
"changelog.html" was generated as a blank file.

Extract from the log:
--------------------------------------------------
[INFO] Generating "Change Log" report.
[INFO] Generating changed sets xml to:
D:\eclipse\workspace\MavenWebsite\MAVEN_MAINAPP\target\changelog.xml
[INFO] Executing: cvs -z3 -f -d
:ext:[EMAIL PROTECTED]:/export/cvs/repositories/R3A -q log -d
"2008-05-20 14:04:09+1000<2008-06-20 14:04:09+1000"
[INFO] Working directory:
D:\eclipse\workspace\MavenWebsite\MAVEN_MAINAPP
--------------------------------------------------

Changelog section from "pom.xml".
--------------------------------------------------
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-changelog-plugin</artifactId>
</plugin>
--------------------------------------------------

The same result occurred when "mvn changelog:changelog" or "mvn
scm:changelog" was executed.

I have consulted the Maven documentation, but still could not resolve
it:
http://maven.apache.org/plugins/maven-changelog-plugin/faq.html

Please advise. Thanks.


Kind Regards,

Patrick



--
Dennis Lundberg

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

Reply via email to