Inheritance of Report Sets

2024-09-06 Thread Konrad Windszus
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

Re: Inheritance of Report Sets

2024-09-06 Thread Guillaume Nodet
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