Explain what is maven repository? What are their types?
Answer Posted / 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 |
Post New Answer View All Answers