Incremental builds can be done by not calling the clean target. In continuum, I believe the default targets are 'clean install'. If you change that to just 'install', you'll be doing incrementals.
I haven't tried this, but it should work, since continuum maintains one working directory per project, and re-uses that working directory each time it does a build. Andrew > -----Original Message----- > From: I am Who i am [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2007 2:46 PM > To: [email protected] > Subject: How to do incremental build? > > Hi All > > How do i enable incremental build with maven2 and continuum? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
