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


How maven handles and determines what version of dependency will be used when multiple versions of an artifact are found?



How maven handles and determines what version of dependency will be used when multiple versions of a..

Answer / Sneha Singh

When Maven encounters multiple versions of the same artifact, it attempts to resolve dependencies using the following priority:n1. Direct Dependencies: Maven looks for a matching version in the project's direct dependencies.n2. Transitive Dependencies: If not found in direct dependencies, Maven checks transitive (indirect) dependencies.n3. Latest Version Policy: By default, Maven uses the latest snapshot or release available based on the configured repositories.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What is a mojo?

1 Answers  


What does dependency management mean with respect to transitive dependency?

1 Answers  


How do you know the version of mvn you are using?

1 Answers  


Explain the difference between dependency and plugin in maven?

1 Answers  


For POM what are the minimum required elements?

1 Answers  


What are its advantages of uber jar?

1 Answers  


Name the 3 build lifecycle of maven.

1 Answers  


What are the default values for the packaging element?

1 Answers  


Can you tell me the default location of your local repository?

1 Answers  


What are the main features of maven?

1 Answers  


How do you find oracle jdbc driver in maven repository?

1 Answers  


Tell me the command to install jar file in local repository.

1 Answers  


Categories