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...


What are the maven’s order of inheritance?



What are the maven’s order of inheritance?..

Answer / Nikhilesh Kumar

Maven's order of inheritance is as follows: Local Repository > Remote Repositories listed in the settings.xml file (in the order specified) > Central Maven Repository. If there's a version conflict between artifacts with the same groupId, artifactId, and type, Maven uses the latest one available in its order of inheritance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

Is it possible to refer a property defined in your pom.xml file?

1 Answers  


What is the use of maven?

1 Answers  


How to add local jar files to a maven project?

1 Answers  


How is the propagation of plugins to child poms stopped?

1 Answers  


What is the difference between compile and install?

1 Answers  


What are different types of build profiles?

1 Answers  


What is pom in maven?

1 Answers  


What is the purpose of maven?

1 Answers  


Explain the difference between dependency and plugin in maven?

1 Answers  


Where are maven dependencies downloaded to?

1 Answers  


List all the dependency scope in maven.

1 Answers  


What would you do if you have to add a jar to the project using maven?

1 Answers  


Categories