On Feb 28, 2007, at 7:07 AM, Mike Kienenberger wrote:
Strangely enough, the "mvn -Dmaven.test.skip=true install" only took 7
minutes this time instead of 17.
I optimized a build a bit further:
* Split the docs Mojo in a separate plugin, so there is no more
attempts to download Axis pom from like every single module
* Moved the mdimension repo declaration (the source of Japplication
plugin) down to the modeler assembly project level.
* Changed snapshot update schedule to "weekly".
On my machine the code now builds in 3.5 minutes (although these
changes mostly improve the worst-case scenario).
Andrus