Explain what is maven repository? What are their types?
Answer / Ranvijay
A Maven repository is a remote location where Maven downloads artifacts (libraries, plugins, etc.) required for the build process. There are two main types of repositories: Remote Repositories (central, JFrog Artifactory, Nexus, etc.), which are public or private servers hosting Maven artifacts, and Local Repository, which is a folder on your local machine where Maven stores downloaded artifacts during the build process.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is the propagation of plugins to child poms stopped?
What is a cyclic dependency?
What information does pom contain?
List out what are the Maven’s order of inheritance?
What is an archetype?
What is the maven build lifecycle?
What is a maven pom file?
What is the use of optional dependency?
What is the use of the exclusion element?
What is snapshot in maven?
How to force the intellij idea to reread/update all dependencies specified in the pom file?
How can you create an executable jar with dependencies using maven?