Try [email protected] On Thu, 24 Nov 2022 at 15:01, Alex O'Ree <[email protected]> wrote:
> 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? >
