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