Issue 10638

Fix slow site builds

10638
Reporter: lfrancke
Assignee: lfrancke
Type: Task
Summary: Fix slow site builds
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-01-16 18:10:38.747
Updated: 2013-12-05 10:01:06.639
Resolved: 2012-01-16 18:34:47.53
        
Description: Site builds are slow mainly for two reasons:

* The dependency report takes a long time because it checks each repository for each dependency to generate its very helpful dependency report which lists which dependency comes from which repository. This takes especially long when there are old repositories that timeout etc.
** Solution is to disable this option, we lose a nice report but gain a lot of speed, can be enabled on a per-case basis
* The javadoc plugin checks each dependency for its Javadoc and that can take long for similar reasons as above
** This is actually only enabled by accident as I forgot to disable this option for the javadoc plugin in the reporting section and only did it in the pluginManagement section]]>
    


Author: lfrancke@gbif.org
Comment: Looks fixed. Tried it on a few projects and it's much faster now.
Created: 2012-01-16 18:34:47.553
Updated: 2012-01-16 18:34:47.553