Friday, 17 April 2020

SE - 54 - Types of repositories in Maven

There are basically 3 types of repositories in Maven :

1) Local Repository : Local repository is created in .m2 folder

2) Central Repository : Maven central repository is located on the web. It has been created by the apache maven community itself.

3) Remote Repository : Maven remote repository is located on the web. Most of libraries can be missing from the central repository such as JBoss library etc, so we need to define remote repository in pom.xml file.

No comments:

Post a Comment