> That's an interesting build you have there, care to tell us what the longest > running tasks are (hope it's not the compiling :-P)
In short, it's "Compare new dataset vs. old dataset" It takes a very long time because it has to take the newly built binaries and data, get them up and running (the DB load takes a while!) and then compare the new set to the old set for upgrade purposes. It's not really the area I'm working on, so I can't comment as to why it takes so long, but it's pretty much 100% "outside Maven" so there's not much Maven could do to speed it up :) Of the 100 Modules, only two take more than 10 minutes to "mvn install" : this one and the cross-platform build (maven triggers ant which triggers remote builds on multiple platforms.) so the time per module is very small (and 99.9% of our builds are isolated to a single module or family of modules) and only intermittent "FULL" builds take such a long time. Dana Lacoste --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
