Currently we specify the location of local repository in the settings.xml. Is it possible to override this setting via command line or env variable, such that I can use an a
Use the localRepository setting in your settings.xml file. Example:
/repo ...
See here for more info.
You can also set the repository via the command line using "-Dmaven.repo.local=" such as:
mvn -U clean install -Dmaven.repo.local=C:\tmp