Am 2024-09-06 um 11:06 schrieb 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 on the current project and inheriting ones. What I want to achieve is a common report set for all children without being active on the parent itself. Any idea?
Doesn't this approach work for you: https://github.com/michael-o/michael-o-parent/blob/7e7b52bcfb04c483af5a89f2b5b25ec3d900f2ec/pom.xml#L288-L368
For me it does in my personal projects... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org