[M2] Changelog using src folder instead of project root?

2006-07-05 Thread Manfred Moser
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]

Re: [M2] Changelog using src folder instead of project root?

2006-07-05 Thread Edwin Punzalan
There's a parameter named: basedir. Its default is ${project.build.sourceDirectory}. You can put ${basedir} to it instead. Manfred Moser wrote: 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