Michael Osipov opened MJAVADOC-785 and commented
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
Affects: 3.6.3
Issue Links:
- MJAVADOC-813 [REGRESSION] The given File link: X is not a dir
("causes")
- MSHARED-1327 Change default value of output directory in AbstractMavenReport
("is caused by")
- MJAVADOC-560 Clarify outputDirectory, reportOutputDirectory in javadoc:javadoc documentation
("is required by")
Michael Osipov opened MJAVADOC-785 and commented
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 fromAbstractMavenReport.This change the following parameters:
outputDirectoryuses the semantics fromAbstractMavenReportand is not exlusive anymoredestDiris gone and folded intooutputDirectoryreportOutputDirectory/reportTestOutputDirectoryis gone and is private according toAbstractMavenReport, it will be calculated at runtimeAffects: 3.6.3
Issue Links:
("causes")
("is caused by")
("is required by")