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
Fix cache warmer: add 'clean' to all steps to cache maven-clean-plugin
maven-clean-plugin:3.2.0 and exec-maven-plugin:1.2.1 were missing from
cache because the warmer used 'mvn install' and 'mvn test' without
'clean'. The CI workflows run 'mvn clean test', which requires these
plugins. Added 'clean' to every warmer step to match CI commands.
Signed-off-by: Gopal Lal <[email protected]>
Co-authored-by: Isaac
Signed-off-by: Gopal Lal <[email protected]>
0 commit comments