DevOps / Maven Interview questions II
What is local repository in Maven?
Maven local repository is located in your local system and is created by the maven when you run any maven command.
By default, maven local repository is %USER_HOME%/.m2 directory.
We can change the location of maven local repository by changing the settings.xml file. It is located in MAVEN_HOME/conf.
More Related questions...