How do I use maven command line to determine which settings.xml file Maven is picking up?
You can use the maven help plugin to tell you the contents of your user and global settings files.
mvn help:effective-settings
will ask maven to spit out the combined global and user settings.