Copyright © infotec016 . Powered by Blogger.

Friday, April 5, 2019

Maven Repository


Maven repository is a directory that contained packaged JAR files. 
Maven searches for dependencies in the repositories.
It searches for dependencies first in the local repository which is located in the local system created by maven when you run any maven command.
The directory is named as .m2 by default.
Second, It searches for maven central repository which is located in the web created by the apache maven community itself
Third, It searches for remote repository which is located on the web. We need to define remote repository in pom file.

0 comments:

Post a Comment