Hi, I've been experimenting with some improvements to the drill Web UI & REST API but I find that I spend a lot of time waiting for the maven builds. It takes about 2.5 minutes for me to run maven install in order to test a change.
I notice a lot of that is spent in building things that I haven't changed. However, I seem to lack the maven expertise to know the simplest way to tell it which packages to rebuild (or not). Do any of you who work regularly on the project have tips and tricks for reducing build times?
