You could structure your project in to a multi module project. For
instance an api, implimentation and utils module. then if you only
make changes to the utils module you can just rebuild that module
which should save some time.

On Wed, Apr 9, 2008 at 1:12 PM,  <[EMAIL PROTECTED]> wrote:
> Hi
>
>  The GC = Garbage Collection. It will help a bit.
>
>  Hermod
>
>
>
>  -----Original Message-----
>  From: Nino Saturnino Martinez Vazquez Wael
>  [mailto:[EMAIL PROTECTED]
>  Sent: Wednesday, April 09, 2008 2:06 PM
>  To: Maven Users List
>  Subject: Re: Multiple CPUs
>
>
>  Is'nt this just a java setting, you could pass on to the jvm?:
>
>
>  -XX:+UseParallelGC
>  -XX:+ParallelGCThreads=2
>
>  http://www.md.pp.ru/~eu/jdk6options.html
>
>  Benedikt Thelen wrote:
>  > if possible is there a wat to split up the source to make diffrent
>  > jobs who could be run separately?
>  >
>  >
>  > On Wed, Apr 9, 2008 at 1:24 PM, ben short <[EMAIL PROTECTED]>
>  > wrote:
>  >
>  >
>  >> I'd think that the build process is single threaded, with exception
>  >> to the surefire plugin which can be forked.
>  >>
>  >> On Wed, Apr 9, 2008 at 12:21 PM, Benedikt Thelen <[EMAIL PROTECTED]>
>  >> 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.
>  >>>
>  >>>  Greetings Benedikt Thelen
>  >>>
>  >>>
>  >> ---------------------------------------------------------------------
>  >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >> For additional commands, e-mail: [EMAIL PROTECTED]
>  >>
>  >>
>  >>
>  >
>  >
>
>  --
>  -Wicket for love
>
>  Nino Martinez Wael
>  Java Specialist @ Jayway DK
>  http://www.jayway.dk
>  +45 2936 7684
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>
>  This email with attachments is solely for the use of the individual or
>  entity to whom it is addressed. Please also be aware that the DnB NOR Group
>  cannot accept any payment orders or other legally binding correspondence with
>  customers as a part of an email.
>
>  This email message has been virus checked by the anti virus programs used
>  in the DnB NOR Group.
>
>  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to