Re: How to set default directories when developing a reporting plugin?

2023-10-19 Thread Alexander Kriegisch
One more thing: In class AbstractMavenReport, field 'reportOutputDirectory' is private (not protected), i.e. it cannot be updated independently by extending mojos. Using the setter method also updates 'outputDirectory' simultaneously. The latter is a protected field, BTW. Of course, the setter

How to set default directories when developing a reporting plugin?

2023-10-19 Thread Alexander Kriegisch
Hello. I am trying to improve a reporting mojo in a Maven plugin. The mojo extends org.apache.maven.reporting.AbstractMavenReport. I recently upgraded it to Doxia 2.0 - thanks again to Hervé B. and Michael O. for their support - and cleaned out some cruft, removing redundant super class fields