Description
When executing jira-report, i have the following message
maven-changes-plugin: None of the configured sortColumnNames 'null' are correct
As I can see in the source of the plugin, sortColumnNames of the jiraDownloader is not initialized
It implies an empty (no release actions) announcement (even those from the changes.xml) generation.
Some configuration parameters (declared in the plugin documentation) seems to be ignored now :
- component
- columnNames
- sortColumnNames
If a specific filter is given in the changes plugin configuration, the below error is not raised