> CPU Speed - is already running optimal (using only necessary applications, > set page options in system settings etc.)
The copying of resources (files) from one directory on your machine to another took 75 seconds. That is a really long time unless you're dealing with tons of files indicating your project could stand to be reorganized/refactored into a series of smaller modules that you would then depend upon. Copying 500 files of 5kb each takes quite a bit longer than copying one file of the same total size, so the shared libraries suggestion given to you by others is a good approach. Your total build time is 7 minutes so just the resource copying step is taking up about 1/6th of your total time. Have you profiled your build to see where the other ~6 minutes are consumed? > If you have any suggestions that a limited user can do in a team > environment, that will be helpful! Run package less often. Take regular bathroom/coffee/smoking breaks for 7 minutes. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org