Hi, There has been some talk about PR builds in another thread and I'm just trying to gauge the idea of having incremental builds (or no clean builds) for a project of this complexity.
Having a incremental build would allow us to have a build that verifies PRs as, in theory, they would perform the build with just the subset that is affected and would lead to faster build times. There has been some prior work on getting incremental builds working with Maven with some degree of success[1][2][3][4]. I wonder if anyone has tried to do this with Camel or similarly large Maven project and has any stories to share? zoran [1] http://takari.io/book/40-lifecycle.html#the-takari-lifecycle [2] https://github.com/vackosar/gitflow-incremental-builder [3] https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/scm-changes-maven-extension/ [4] https://camel.apache.org/building.html#Building-ExecutingunittestsusingEkstazi -- Zoran Regvart