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


Explain what is maven artifact?



Explain what is maven artifact?..

Answer / Aditya Kumar Thakur

A Maven artifact refers to a build product, such as a JAR file, WAR file, or HTML page. An artifact has a groupId (company/group), an artifactId (project name), and a version (release number). Artifacts may also contain metadata like packaging type, dependencies, and plugin configurations. Artifacts are published to Maven repositories for other developers to use as dependencies in their projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

Why should one use maven?

1 Answers  


What is the use of the exclusion element?

1 Answers  


What are the different phases of a maven build lifecycle?

1 Answers  


What information does pom contain?

1 Answers  


What is mojo?

1 Answers  


What is the best practice configuration usage for files - pom.xml or settings.xml?

1 Answers  


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

1 Answers  


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

1 Answers  


What is a maven dependency?

1 Answers  


What are some problems which we face while the development of a project when maven is not used?

1 Answers  


What types of maven repository?

1 Answers  


What aspects are managed by maven?

1 Answers  


Categories