Understanding Maven Repositories

Introduction A repository is a directory where maven build artifacts are stored. Different types of Maven repositories are as follows Local Repository Central Repository Remote Repository Local Repository It is your local folder in which artifacts and dependencies are stored on your computer. Maven automatically downloads the dependencies into the local repository. Default location of […]

Read More