Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: trac
-
Labels:None
-
Number of attachments :
Description
In a multi-module project there is no way to tell the plugin to generate changes only for the parent module.
It would be best to have something like this:
<configuration>
<skipChilds>true</skipChilds>
</configuration>
This way anyone could set if he wants to generate reporst for submodules also.