What are maven repositories ?

A maven repository is a location where all plugins, library, jars, project jars or any other particular project related information is stored and can be easily used by maven

Their types are 3 types of maven repository:
* local repository
* central repository
* remote repository

Leave a Reply