Couple of simple ideas: not 'clean'ing unless you need to; and skipping
tests when it's safe to do so:

mvn Dmaven.test.skip=true (or -DskipTests=true)

> -----Original Message-----
> From: Roger Pack [mailto:rogerdpa...@gmail.com] 
> Sent: 12 August 2009 18:17
> To: users@maven.apache.org
> Subject: speedier builds possible?
> 
> Hi. I was wondering if there are any industry standard ways 
> of speeding up a maven build, like in a project with a single 
> parent and multiple children modules
> 
> "only building dependencies that have changed since the last 
> svn commit"
> or
> "building things in parallel where possible"
> Or anything else.
> Anybody know of much on that topic?
> Thanks!
> -r
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to