What is a local repository?
Answer / Ankur Aggarwal
A local repository in Maven is a directory on the user's machine where it downloads and caches artifacts for faster rebuilds. It is usually located at ${user.home}/.m2/repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is maven tool?
What are the default values for the packaging element?
What would you do if you have to add a jar to the project using maven?
Have you ever had a problem getting your projects in eclipse refreshed after you made changes in the pom files?
How do you resolve maven dependencies issue while upgrading dependencies versions?
How to run the clean plugin automatically during the build?
List all the dependency scope in maven.
What is a transitive dependency in maven?
Where do you find the class files when you compile a Maven project?
How to tackle duplicate classes in maven build?
What is the command to build your maven site?
How do I determine which pom contains missing transitive dependency?