what is Maven Repository? What are their types?
Answer / Vivek Garg
"Maven Repository is a storage location containing Maven artifacts, such as JARs and POM files. The two main types of Maven Repositories are Remote Repositories (used to download artifacts from remote locations) and Local Repositories (where Maven stores downloaded artifacts)."
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the difference between Apache Ant and Maven?
How do you resolve maven dependencies issue while upgrading dependencies versions?
What are different types of build profiles?
Mention the steps for installing maven on windows.
What are the things that you must define for each external dependency?
what is Maven artifact?
What is the command to check the maven version?
What does dependency management mean with respect to transitive dependency?
Explain what is pom?
What phases does a site lifecycle consist of?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
Is there a way I can configure maven to always download sources and javadocs?