-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Milestone
Description
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 fromAbstractMavenReport
and is not exlusive anymoredestDir
is gone and folded intooutputDirectory
reportOutputDirectory
/reportTestOutputDirectory
is gone and is private according toAbstractMavenReport
, 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")