Hi.
I'm using StatSCM Maven2 Plugin.
When I execute 'mvn site' at the multi module puroject,
the image files of StatSCM (e.g. loc.png) are not correctly output.
If I defined the child pom.xml below,
the HTML files are output specified place
but the image files are not output specified place.
<reporting>
<outputDirectory>
${basedir}/../target/site/${project.artifactId}
</outputDirectory>
</reporting>
Could you check the pom.xml which I created ?
parent:
http://web-helpers.googlecode.com/svn/trunk/webhelpers/pom.xml
child:
http://web-helpers.googlecode.com/svn/trunk/webhelpers/webhelpers-generic/pom.xml
-----
Thanks,
Takanori
|