Allow changing the reportOutputDirectory from the commandline -------------------------------------------------------------
Key: MJAVADOC-267 URL: http://jira.codehaus.org/browse/MJAVADOC-267 Project: Maven 2.x Javadoc Plugin Issue Type: Improvement Affects Versions: 2.6 Reporter: Dirk Olmes Attachments: reportOutputDirectory.patch 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira