Add skip property
-----------------

                 Key: MJAVADOC-175
                 URL: http://jira.codehaus.org/browse/MJAVADOC-175
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Improvement
            Reporter: Christian Brensing
            Priority: Minor


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.

-- 
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

        

Reply via email to