Where are maven dependencies stored?
Answer / Vikas Narayan Jha
"Maven downloads and stores dependencies in a local repository by default, under the .m2 directory inside the user's home folder. This cache can be cleared or customized using various Maven options."n
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you know the version of mvn you are using?
What would the command mvn clean do?
What is an archetype?
What does an uber-jar mean?
Difference between maven scope compile and provided for jar packaging?
Difference between maven and ant?
Explain the difference between maven build and maven install?
Explain what is maven repository? What are their types?
What is the use of maven repository?
What is the use of maven?
How to run the clean plugin automatically during the build?
What does the build tool?