Hi!

I am having a problem with changelog report plugin from Maven 2 running under continuum.

For some reason the scm working directory is set to the main source folder only rather than getting a change log for the whole project tree.

The relevant output from mvn -X -e site is

INFO] Generate "changelog" report.
[INFO] Generating changed sets xml to: C:\tmp\bluebox\target\changelog.xml
[INFO] SCM Working Directory: C:\tmp\bluebox\src\main\java
[INFO] SCM Command Line[0]: svn
[INFO] SCM Command Line[1]: log
[INFO] SCM Command Line[2]: -v
[INFO] SCM Command Line[3]: "-r{2006-07-06}:{2006-06-05}"
[INFO] ChangeSet between 2006-06-05 and 2006-07-06: 5 entries
[DEBUG] Generating C:\tmp\bluebox\target\site\dev-activity.html
[INFO] Generate "dev-activity" report.
[DEBUG] Generating C:\tmp\bluebox\target\site\file-activity.html
[INFO] Generate "file-activity" report.

I would like it to be
[INFO] SCM Working Directory: C:\tmp\bluebox

I can not find any mention of a problem like that in the archives anywhere.

Manfred


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

Reply via email to