Benedikt Thelen wrote:
Hi there, i am sort of a maven newbee, At our workplce we have a quite big Coccon project in developenet and we use maven to build it. Building takes usually 5-6 minutes which is quite a while. I noticed using gkrellm and htop that maven only uses one of the two processors (Levono Thinkpad with intel core Duo) in my notebook. Question: Is there a way to tell maven to use both CPU's while building? I searched gooogle a lot but i didn't find anything.
In case you are using antrun, we've used the "Parallel" container task in certain build targets. Trying to use it doesn't always make sense though.
[1] http://ant.apache.org/manual/CoreTasks/parallel.html Cheers, Manos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
