You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: keep the dependency layer keyed purely on POM content
The poms stage now drops `.mvn/wrapper/maven-wrapper.jar` (the build stage copies `.mvn/wrapper` in separately), so a wrapper-jar change no longer invalidates the cached dependency layer. Other checked-in jars are still retained, as some are referenced by POMs and needed for the offline build.
0 commit comments