Details
Description
The page http://maven.apache.org/plugins/maven-changes-plugin/examples/customizing-jira-report.html says:
Using Maven syntax
In the following example we are only including issues that have Closed as their resolution.
However, as far as I can tell, Closed is not a valid Resolution type.
It should probably be "Fixed".
http://maven.apache.org/plugins/maven-changes-plugin/jira-report-mojo.html says:
Valid resolutions are: Unresolved, Fixed, Won't Fix, Duplicate, Incomplete and Cannot Reproduce.
which does not include "Closed".