Re: Maven Site vs Reporting Plugin workflows?

2017-03-19 Thread Hervé BOUTEMY
as you can read in latest comments on MPDF-48, I prepared in MSHARED-628 maven-reporting-exec code for execution of reports taken from section Does it look clear to you now? Regards, Hervé Le mercredi 15 mars 2017, 20:29:41 CET Alex O'Ree a écrit : > Hervé thanks for the pointer. The

Re: Maven Site vs Reporting Plugin workflows?

2017-03-15 Thread Alex O'Ree
Hervé thanks for the pointer. The Default Reporting Converter looks like it reads and normalizes content from the pom's various formats to the maven model. I don't see anything in that class that would indicate it converting into `org.apache.maven.reporting.exec.ReportPlugin` and injecting that

Re: Maven Site vs Reporting Plugin workflows?

2017-03-15 Thread Hervé BOUTEMY
Hi, The change is explained here: http://maven.apache.org/plugins/maven-site-plugin/maven-3.html The injection is done in DefaultReportingConverter [1] At the beginning, the dream was to remove element from pom.xml: then we later found that we could not since this is the only place where

Maven Site vs Reporting Plugin workflows?

2017-03-13 Thread Alex O'Ree
Hi everyone, I'm trying to troubleshoot an issue with the PDF plugin, https://issues.apache.org/jira/browse/MPDF-62. Root cause seems to be that the reportPlugins: @Parameter( readonly = true ) private org.apache.maven.reporting.exec.ReportPlugin[] reportPlugins; are not injected to the