Issue Details (XML | Word | Printable)

Key: MJAVADOC-175
Type: Improvement Improvement
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Unassigned
Reporter: Christian Brensing
Votes: 0
Watchers: 0
Operations

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

Add skip property

Created: 08/Feb/08 02:52 AM   Updated: 23/May/08 05:11 AM   Resolved: 23/May/08 05:11 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

Please add a skip property to skip javadoc generation in child modules. If the javadoc plugin is configured (with aggregation) in an multimodule project at a parent level, javadoc will be produced for each child module. The only way I know to avoid this behaviour is to exclude the provided packages of the child module in the plugin configuration of the parent. It would be better to configure the javadoc plugin for the child module with <skip>true</skip>, like e.g. the eclipse or pmd plugin.



There are no comments yet on this issue.