Invalidate caches | IntelliJ IDEA
www.jetbrains.com › help › ideaOct 05, 2021 · When you invalidate the cache, IntelliJ IDEA removes the cache files for all projects ever run in the current version of the IDE. The files will be recreated the next time you open these projects. The IDE also rebuilds the projects if they are built with the native IntelliJ IDEA builder.
How to clear Maven cache – CloudBees Support
support.cloudbees.com › hc › en-usJan 18, 2021 · To clear/delete your local maven repository cache, simply delete the .m2/repository folder. The local repository path can also be configured in Maven setting.xml (either the global or the user one). See Maven documentation for more details. Finally the local repository path can be overridden by the Maven Pipeline plugin using the mavenLocalRepo ...