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 < path to settings file >
I know you can edit settings.xml
file to set a repository location, but can I get the current default value with some Maven command?