Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is there a particular sequence in which maven searches for dependency libraries?



Is there a particular sequence in which maven searches for dependency libraries?..

Answer / Monika Sirohi

Yes, there is a specific order in which Maven searches for dependency libraries. It first looks for dependencies in the local repository (~/.m2/repository on Linux and macOS, C:Users<username>.m2repository on Windows). If it cannot find the dependency there, it checks remote repositories defined in the settings.xml file or through the -s command-line option.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What does maven install do?

1 Answers  


What is pom in maven?

1 Answers  


What is an archetype?

1 Answers  


Explain the difference between apache ant and maven?

1 Answers  


What do you mean by maven repository and its types?

1 Answers  


Where do you find the class files when you compile a Maven project?

1 Answers  


What is the purpose of mvn clean command?

1 Answers  


When does maven use the external dependency concept?

1 Answers  


What is a project's fully qualified artifact name?

1 Answers  


What are different types of build profiles?

1 Answers  


What are the different phases of a maven build lifecycle?

1 Answers  


For POM what are the minimum required elements?

1 Answers  


Categories