mthmulders / snail-pace-rocket-speed-demos

Accelerating Maven Builds: From Snail's Pace to Rocket Speed -- Demo's
2 stars 2 forks source link

Improve demo for Maven Build Cache #12

Closed mthmulders closed 5 months ago

mthmulders commented 5 months ago

Two things that we observed during the May 7 dray run:

bmarwell commented 5 months ago

I opted in for mvnd3 all the time

bmarwell commented 5 months ago

mvnd3 runs into a weired problem with the cache (cannot find maven modules). and just replacing the last two commands with mvn will not work either, as mvnd cache != mvn cache.

So we stick with mvn

bmarwell commented 5 months ago

Same problem with mvn3, so reverting to mvnd3 and just leave out the third demo

bmarwell commented 5 months ago

Reverted back to mvnd, because I was missing the package phase