Hi Dobes,

Sometimes I use parallel builds in 4 threads excluding as many plugins as
possible. I hope the command may help you :

mvn install -T 4 -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
-Drat.skip=true -Dlicense.skip=true -Dcheckstyle.skip=true
-Dfindbugs.skip=true -Dmaven.site.skip=true -Denforcer.skip=true
-DskipIfEmpty=true -Dmaven.compiler.optimize=true

Thanks,
Igor



On Tue, Feb 25, 2020 at 8:53 PM Dobes Vandermeer <[email protected]> wrote:

> 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?
>

Reply via email to