What is a maven repository?
Answer / Shiv Gopal Mishra
A Maven Repository is a location where Maven can download required dependencies and plugins. There are two main types of repositories: Remote Repositories (like Central Repository or Jitpack) which host artifacts for public use, and Local Repositories which store downloaded artifacts locally on your machine for faster access during subsequent builds.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to run test classes in maven?
Mention the phases of cleaning lifecycle.
What are the types of maven repository?
What are the differences between ant and maven?
How can I change the default location of the generated jar when I command "mvn package"?
Difference between maven project and module?
Difference between maven scope compile and provided for jar packaging?
What is maven jxr?
Explain how you can exclude dependency?
What is the syntax for offline project creation?
Where are maven dependencies downloaded to?
Where do we configure repositories in maven?