Hi, The build takes 20 minutes with a clean install or only install ? with tests compile and execution ? You can do incremental builds, skip tests or move them to an integration tests phase. With incremental builds, if you split your project into modules, you will manage to save even more compilation time. The projects whose sources are almost never modified will not be rebuild every time. For a clean incremental build (only install and no clean install), use maven-incremental-build : https://maven-incremental-build.dev.java.net/
Vincent. On Thu, Oct 23, 2008 at 1:05 PM, smceneaney <[EMAIL PROTECTED]>wrote: > > Hi, > > Our build takes up to 20 minutes to complete using maven2. > > Is it possible to have a profile that only builds certain modules? I had a > look at the docs but can't see a way of doing this. > > Thanks in advance, > > Shane > -- > View this message in context: > http://www.nabble.com/Build-only-a-subset-of-projects-modules-in-maven2-tp20128757p20128757.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
