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:[email protected]] > Sent: 12 August 2009 18:17 > To: [email protected] > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
