What do you mean by maven repository and its types?
Answer / Alok Singh
A Maven repository is a location where Maven downloads and stores artifacts (such as JAR files) required for your project. There are two main types of repositories: remote repositories (central, public, or custom) and local repository (where downloaded artifacts are stored temporarily).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a maven pom file?
Define snapshot in terms of maven.
What do you understand by maven software?
What is the fully qualified artifact name of maven project?
What is a remote repository?
Explain how to run test classes in Maven?
What is maven project?
Is there a way I can configure maven to always download sources and javadocs?
What is the purpose of maven?
How to specify the sequence in which sub modules needs to be built?
What do you mean by maven?
How can you activate profiles?