Is there a way to get the Maven local repo location?
Using the following command you can force Maven to use a specific setting file:
mvn -s < pat
Yes, you can get it with the -X or --debug option, e.g. mvn -X
-X
--debug
mvn -X
... [DEBUG] Reading global settings from C:\Maven\conf\settings.xml [DEBUG] Reading user settings from C:\segphault\.m2\settings.xml [DEBUG] Using local repository at C:\Repo ...