Hi,
Unlike plugin (with plugin management and its configuration) the reportSet
(https://maven.apache.org/ref/3.9.9/maven-model/maven.html#class_reportSet)
cannot be configured on a POM level which itself should not have the configured
reports.
Once a reportSuite is configured it is active both o
Here's ChatGPT's answer... :-)
To create a common `reportSet` that is applied to all child projects
but not activated in the parent POM itself, you can use a few Maven
techniques, such as creating a profile or leveraging inheritance in a
way that allows the children to inherit the `reportSet` but