Issue Details (XML | Word | Printable)

Key: MJAVADOC-267
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Dirk Olmes
Votes: 6
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Javadoc Plugin

Allow changing the reportOutputDirectory from the commandline

Created: 05/Oct/09 12:15 PM   Updated: 14/Oct/09 07:21 AM   Resolved: 14/Oct/09 07:21 AM
Return to search
Component/s: None
Affects Version/s: 2.6
Fix Version/s: 2.6.1

Time Tracking:
Not Specified

File Attachments: 1. Text File reportOutputDirectory.patch (0.5 kB)


Patch Submitted: Yes


 Description  « Hide

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.



Vincent Siveton added a comment - 14/Oct/09 07:21 AM

fixed in r824995 snapshot deployed