Hi, Dan, but I don't want to use continuos integration in my project. I would like to control when to build the subprojects. Maven1 is able to build whatever project exits in a directory below the main project. i. e., main project triggers subprojects only if they were download to local directory previously. I'd like a work around to do this in M2. Regards, Roberto.
On 9/15/06, dan tran <[EMAIL PROTECTED]> wrote:
Maven itself is not smart enought to do that yet. But Continuum can do that for you automatically. If a source of a sub project change, Continuum will build all projects that depend on the change project as well. -D On 9/15/06, Roberto de Castro <[EMAIL PROTECTED]> wrote: > > Hi there! I'll configure my project to be built by Maven2. There are 5 > subprojects in my main project, but, sometimes there is modifications in > only one module, so It is not necessary to build all subprojects again. > What can I do NOT to build all subprojects of my main projects? > Best regards, > Roberto. > >
