Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9, 1.9.1
-
Fix Version/s: 1.9.2
-
Labels:None
-
Number of attachments :
Description
Hello,
in januar i write the MKS support for the maven 1 changelog plugin, see http://jira.codehaus.org/browse/MPCHANGELOG-80
But the old version do not support the time period which will be used in the maven site command to show only the last 30 days. While this parser catch all changes ever the generated xml file will grow and grow (and then it will be crash with an out of memory error). This patch fix this problem.
The fix includes also an adepted junit test tu verfiy this. It works.
Thank you and best regards,
Christoph Jerolimov
Btw: I fill my full data into the project.xml.
Patch applied. Thanks!