What types of maven repository?
Answer / Anima Gupta
There are three main types of Maven repositories: local repository, remote repository, and central repository. The local repository is the default repository where Maven stores downloaded artifacts for your project. Remote repositories can be either public or private, and act as sources for dependencies and plugins. The central repository (https://repo1.maven.org/maven2) is a large repository maintained by Apache and provides common artifacts for the Maven community.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the three build lifecycle of Maven?
Where do we configure repositories in maven?
Explain how you can exclude dependency?
Where are maven dependencies stored?
Name the 3 build lifecycle of maven.
What is a remote repository?
Have you heard of ban duplicate classes maven enforcer plugin? What is its use?
What types of maven repository?
What is a local repository?
Write the steps for installing maven on windows.
What is the sequence in which maven looks for the resources?
Is it possible to refer a property defined in your pom.xml file?