Michael Osipov opened MSHARED-1236 and commented
When a reporting plugin is being run in the context of the Maven Site Plugin one can observe the following debug output:
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1:index:null' with basic configurator -->
Note the null. The reason is that the execution id is not passed along from Maven Site Plugin to the plugin execution. One would expect the following:
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1:index:default-site' with basic configurator -->
Therefore, modify MavenReportExecutorRequest to be able to pass the execution of the Maven Site Plugin to the MavenReportExecutor.
Affects: maven-reporting-exec-2.0.0-M6
Remote Links:
Michael Osipov opened MSHARED-1236 and commented
When a reporting plugin is being run in the context of the Maven Site Plugin one can observe the following debug output:
Note the
null. The reason is that the execution id is not passed along from Maven Site Plugin to the plugin execution. One would expect the following:Therefore, modify
MavenReportExecutorRequestto be able to pass the execution of the Maven Site Plugin to theMavenReportExecutor.Affects: maven-reporting-exec-2.0.0-M6
Remote Links: