Description
Due to its complex nature this plugin has never used AbstractMavenReport, thus not its behavior as well. This causes inconsistencies compared with our other plugins in configuration and runtime behavior. After MSHARED-1327 this plugin will be logically aligned with maven-reporting-impl to mimic the behavior to the extent necessary from AbstractMavenReport.
This change the following parameters:
- outputDirectory uses the semantics from AbstractMavenReport and is not exlusive anymore
- destDir is gone and folded into outputDirectory
- reportOutputDirectory/reportTestOutputDirectory is gone and is private according to AbstractMavenReport, it will be calculated at runtime
Attachments
Issue Links
- causes
-
MJAVADOC-813 [REGRESSION] The given File link: X is not a dir
- Closed
- is caused by
-
MSHARED-1327 Change default value of output directory in AbstractMavenReport
- Closed
- is required by
-
MJAVADOC-560 Clarify outputDirectory, reportOutputDirectory in javadoc:javadoc documentation
- Closed