GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/92

    Moved javadoc exclude to parent pom to fix 'mvn javadoc:aggregate'

    With the 4.5.2 release I wanted to update the published javadocs but found 
that running ´mvn javadoc:aggregate` runs into problems because of the 
sugarcrm WSDL stubs that are generated and not 100% javadoc "correct". Normally 
we have an exclude rule for that in the sugarcrm module but since the 
´aggregate´ goal runs on the parent module, it does not apply. So with this 
PR I want to change it back so that the exclusion is done in the parent POM.
    
    I removed it from the sugarcrm module to avoid redundancy. Hope that is 
correct, but feedback welcome.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/metamodel 
feature/javadoc-excludes-for-all-goals

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit 324ea22259be3a19efb6bfcc017291d633488ed2
Author: Kasper Sørensen <[email protected]>
Date:   2016-03-22T21:58:43Z

    Moved javadoc exclude to parent pom to fix 'mvn javadoc:aggregate'

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to