The local repository of Maven is a folder location on the developer’s machine, where all the project artifacts are stored locally. When maven build is executed, Maven automatically downloads all the dependency jars into the local repository. Usually this folder is named . m2 .