Hello I was rummaging around in the maven pdf plugin internals which used to have the ability to append maven site reporting plugin content into PDFs. I noticed it was calling the following:
return (PluginDescriptor) pluginManager.verifyReportPlugin( reportPlugin, project, session ); which throws a NoSuchMethod which logs the following message Ignoring api call removed in maven 3, no reports are generated!" Question: is there an alternative API that I can run to get the PluginDescriptor from the ReportPlugin object?