Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6.1
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
We run the javadoc:aggregate task from the CI server to publish javadocs for a certain release. It's not possible now to specifiy the reportOutputDirectory from the commandline by running
mvn -DreportOutputDirectory=/dest/dir javadoc:aggregate
Instead, you have to put this config in a profile/property which exposes too much environment specific info in the pom.
The attached simple patch allows for specifying the reportOutputDirectory on the cmdline while preserving existing behaviour.
fixed in r824995 snapshot deployed