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
You can achieve this by enabling debug mode by using the -X option and find out the line mentioning the local repository being used.
-X