> -----Original Message----- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Thursday, March 07, 2013 10:30 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS]Incremental build > > > > > -----Original Message----- > > From: Alex Huang [mailto:alex.hu...@citrix.com] > > Sent: Wednesday, March 06, 2013 7:44 PM > > To: cloudstack-dev@incubator.apache.org > > Subject: RE: [DISCUSS]Incremental build > > > > +1 to that. My suggestion is to fix maven. Can't be that hard and > > +probably > > less effort than switching entire team to another build tool. > > > [Animesh>] Looks like there is a plugin that claims to add incremental > support, please check the post > http://frommyworkshop.blogspot.com/2011/05/apache-maven- > incremental-build.html [Animesh>] Also this one http://blog.typesafe.com/zinc-and-incremental-compilation
> > > --Alex > > > > > -----Original Message----- > > > From: David Nalley [mailto:da...@gnsa.us] > > > Sent: Wednesday, March 6, 2013 3:13 PM > > > To: cloudstack-dev@incubator.apache.org > > > Subject: Re: [DISCUSS]Incremental build > > > > > > On Wed, Mar 6, 2013 at 6:09 PM, Edison Su <edison...@citrix.com> > wrote: > > > > Maven 3 doesn't support incremental > > > build(https://cwiki.apache.org/MAVEN/incremental-builds.html), so it > > > takes a long time(4-7mins) to make a build, even I just make a small > > > changes in the source code. I know, you can specify which projects > > > to build > > by using "-pl" > > > instead of build whole projects. But usually, it's quite annoying, > > > as I need to manually make sure incremental build works correctly. > > > > Are there other people asking for incremental build? Maybe switch > > > > to > > > > Gradle?:) > > > > > > After the pain from ant->maven..... I am against switching build > > > tools again :) I'm just learning to deal with maven as it is. > > > > > > --David