Hi.
I'm using StatSCM Maven2 Plugin which version is 1.1.0-SNAPSHOT.
I got have a problem of with reporting at the multi module project.
When I create the report at the parent project,
the child StatSCM report is same as the parent project report.
But, when I create the report at the child project,
the StatSCM report is correct.
The pom.xml is :
------------------------------------------------------------
<reporting>
<plugins>
<plugin>
<groupId>net.sf</groupId>
<artifactId>stat-scm</artifactId>
<version>1.1.0-SNAPSHOT</version>
</plugin>
</plugins>
</reporting>
------------------------------------------------------------
StatSCM is supported the multi module project,
but it isn't correctly working.
Please help.
----
Thanks,
Takanori
|