Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-reporting-impl-4.0.0-M12
-
None
Description
In the past, outputDirectory was tied to ${project.reporting.outputDirectory} which, according to https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#readonly() is expected to be changed globally, thus needs to read-only within the plugin. After MSHARED-1327, this is not the case anymore and this parameter should be officially writable as well.
Attachments
Issue Links
- depends upon
-
MSHARED-1327 Change default value of output directory in AbstractMavenReport
- Closed
- links to