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 things that you must define for each external dependency?



What are the things that you must define for each external dependency?..

Answer / Pinki Gill

When defining an external dependency in the pom.xml file, you should specify:n1. Group ID: The unique identifier of the project containing the dependency.n2. Artifact ID: The name of the artifact (the dependency itself).n3. Version: The version of the artifact that you want to use.n4. Type: The type of the artifact (jar, war, etc.).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What is a goal in maven terminology?

1 Answers  


What would the “jar: jar” goal do?

1 Answers  


When does maven use the external dependency concept?

1 Answers  


Explain what is maven artifact?

1 Answers  


Have you ever had problem getting your projects in eclipse refreshed after you made changes in the pom files?

1 Answers  


List out the build, source and test source directory for POM in Maven?

1 Answers  


What is a system dependency?

1 Answers  


What is the dependency scope? Name all the dependency scope.

1 Answers  


How to tackle duplicate classes in maven build?

1 Answers  


Explain how to run test classes in Maven?

1 Answers  


How do you run junit tests in parallel in a maven build?

1 Answers  


How to add local jar files to a maven project?

1 Answers  


Categories