Skip to content

[MSHARED-1236] Supply execution id of caller (Maven Site Plugin) to MavenReportExecutorRequest #98

Description

@jira-importer

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions