I'd like to generate a custom report through Maven's site plug-in, but only this custom report, not all the reports generated by default by means of the project-info-reports-plugin.
Question: What's the recommended way to achieve this?
I saw there are skip properties to disable specific reports contributed by that plug-in, but this seems tedious, so I am looking for a way to disable that plug-in altogether.